Best way to transition between two images in a UIImageView

后端 未结 7 2314
無奈伤痛
無奈伤痛 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:18

    The trick is you make two UIImageView instances. You swap them in between calls to UIView +beginAnimations and +commitAnimations.

提交回复
热议问题