Best way to transition between two images in a UIImageView

后端 未结 7 2316
無奈伤痛
無奈伤痛 2020-12-13 00:01

I have implemented a pretty simple picture viewer that will allow the user to browse through a collection of images. They are loaded from the Internet, and displayed on the

相关标签:
7条回答
  • 2020-12-13 00:24

    There are several ways to do it and I agree with Ben View Transitions is a great example. If you are looking for simple full screen transitions I would just consider starting a new utility application and look at toggleView method in the RootViewController.m. Try switching out the UIViewAnimationTransitionFlipFromLeft and UIViewAnimationTransitionFlipFromRight to UIViewAnimationTransitionCurlUp and UIViewAnimationTransitionCurlDown for a really nice transition effect (this only works on the device).

    0 讨论(0)
提交回复
热议问题