任何想法在iOS 6中有什么变化以及如何让我的观点轮换?
您可能在代码中的某处:
[window addSubview:yourController.view];
尝试将其更改为:
[window setRootViewController:yourController];
代替.