标签: ios objective-c ipad exception orientation
我正在使用拆分视图控制器在iPad上构建阅读应用程序的文章。 我遇到了app间歇性崩溃的问题,并且控制台没有错误。 有时应用程序在更改方向时崩溃,有时运行正常。
答案 0 :(得分:0)
如果您的应用程序在更改方向时崩溃,则必须将以下方法添加到控制器中。
-(BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation
它将解决您的问题