iPhone CATransition adds a fade to the start and end of any animation?

前端 未结 3 1670
無奈伤痛
無奈伤痛 2020-12-10 06:07

So I am just beginning recently developing some simple apps for the iphone. I will say that I am fairly sure I don\'t have a strong understanding of programming for multiple

3条回答
  •  抹茶落季
    2020-12-10 06:25

    I solved this by enclosing the view to which I have applied the effect into a superview and by setting the superview property "clip subviews". now the fade is "clipped" by the superview.

提交回复
热议问题