Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 09-09-2011, 07:35 AM   #1 (permalink)
Registered Member
 
Join Date: Aug 2011
Posts: 22
Hemu is on a distinguished road
Exclamation Moving Images around

Friends I really need some help here.
I had three images at the bottom of the screen (eg: 3 apples) . By the click of the user on the 1st apple I need to move it to the top of the screen with some transition effects or some sort of effects where user can see that its moving to the top of the screen. When he clicks the second image same thing should happen and so on..

Long back I remember reading some methods in animations where it takes the start point and endpoint and moves the image for us. I tried to search for it but not able to find it. Please let me know your thoughts and what can I use to accomplish this. Thanks again.
Hemu is offline   Reply With Quote
Old 09-09-2011, 07:46 AM   #2 (permalink)
Registered Member
 
Join Date: Aug 2011
Posts: 18
glogic is on a distinguished road
Default

Code:
 [UIView animateWithDuration:1.0
                          delay:0.2
                        options: UIViewAnimationCurveEaseOut << decide on transition effect here. can have multiple
                     animations:^{
                         
                         apple.frame = someOtherFrame;<< the new position u want the apple to move to
                     } 
                     completion:^(BOOL finished){
                         
                         //some code you want called when the move is finished
                     }];
check out Loading…
prob what your looking for
glogic is offline   Reply With Quote
Reply

Bookmarks

Tags
moving images, scrolling images

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 412
10 members and 402 guests
apatsufas, Eclectic, JackReidy, jeroenkeij, Sami Gh, teebee74, tim0504, UMAD, yomo710, yuncarl28
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,672
Threads: 94,121
Posts: 402,904
Top Poster: BrianSlick (7,990)
Welcome to our newest member, yuncarl28
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 04:59 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0