开发者

How do I animate adding subviews?

开发者 https://www.devze.com 2023-01-18 17:59 出处:网络
How do I animate adding s开发者_运维百科ub views to a view? I know it animates when you use a navigation controller however is it possible to animate around this code:

How do I animate adding s开发者_运维百科ub views to a view?

I know it animates when you use a navigation controller however is it possible to animate around this code:

[self.view addSubview:myVC.view];


You can use either a 'CATransition' or a UIView animation, depending on what animation you want to do.


iphone-sdk-animating-subview

0

精彩评论

暂无评论...
验证码 换一张
取 消