tags:

views:

29

answers:

1

I need to show the next image with bottom up animation in uiviewcontroller.

How can i do it?

Thanks in advance.

+1  A: 

Set the next images' frame to below the current one (just off screen), then in an animation block, change its frame to take the place of the other image view, at which point you can remove the old image view from its superview.

Also, you will want to accept some of your previous questions answers, you have a 43% accept rate which is not good for soliciting assistance from others.

jer