开发者

Change rootViewController of UIWindow animated

开发者 https://www.devze.com 2023-04-09 16:28 出处:网络
Is there a way to change the rootViewController of an UIWindow with a tr开发者_Python百科ansition?Your rootViewController is just a subview of your UIWindow. You can add other subviews and and do thin

Is there a way to change the rootViewController of an UIWindow with a tr开发者_Python百科ansition?


Your rootViewController is just a subview of your UIWindow. You can add other subviews and and do things like transitionFromView:toView:....

0

精彩评论

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