Animating a UIImage or UIImageView?

前端 未结 6 654
刺人心
刺人心 2021-02-09 06:18

I\'m trying to animate an image\'s height (from height of 0 pixels to 480 pixels) to create the effect of the image being rendered top-down.

With an UIImageView i notice

6条回答
  •  醉酒成梦
    2021-02-09 06:30

    You should have a look on Flip Clock for iPad tutorial. It is with core animation, hence has a performance bonus.

提交回复
热议问题