Change rootViewController of UIWindow animated
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:....
加载中,请稍侯......
精彩评论