在 iOS6 中遇到自动旋转问题,对其进行了排序,现在破坏了 ECSlidingViewController。
在应用程序委托中,我有:
slidingViewController.topViewController = [storyboard instantiateViewControllerWithIdentifier:@"Home"];
然后,我的旋转方法不起作用。所以我补充说:
[self.window setRootViewController:myController];
并删除上面的代码,然后 bam,旋转方法有效,但显然会破坏我的 ECSlidingViewController。我怎样才能很好地合作?谢谢!