How to do a flip animation between more than two UIViews?

后端 未结 4 631
闹比i
闹比i 2020-12-29 17:26

I have animation code in a class that extends the UIView:

// Start Animation Block
CGContextRef context = UIGraphicsGetCurrentContext();
[UIView beginAnimati         


        
4条回答
  •  遥遥无期
    2020-12-29 18:08

    I think a Linked List of views might be what you should think about implementing.

提交回复
热议问题