在viewController中可以改变window.rootViewController 么
展开全部
具体是这样的 我写了一个view,上面4个button用来切换viewcontroller,这个view在程序中每一个页面的都要显示在底部,我写了一个vc父类,把view放到底部(好吧其实view应该放到window上的)
没太明白啥意思,不过你如果想在VC中更改rootVC的话可以试试AppDelegate *delagete = [UIApplication sharedApplication].delegate;
delagete.window.rootViewController = otherVC;
[delagete.window reloadInputViews];
我以前用过,不知道对你这个情况有没有用
没太明白啥意思,不过你如果想在VC中更改rootVC的话可以试试AppDelegate *delagete = [UIApplication sharedApplication].delegate;
delagete.window.rootViewController = otherVC;
[delagete.window reloadInputViews];
我以前用过,不知道对你这个情况有没有用
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询