bottom to top animation example
I need to show the next image with bottom up animation in uiviewcontroller.
H开发者_开发知识库ow can i do it?
Thanks in advance.
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.
精彩评论