How to morphing of two images in iphone programming

前端 未结 4 1351
天命终不由人
天命终不由人 2020-12-20 10:43

how to do morphing of two images in iphone programming.?

4条回答
  •  遥遥无期
    2020-12-20 11:15

    You can use UIView animation to transition from one UIView to another. This should provide some sort of lame morphing.

提交回复
热议问题