间歇性的iPad应用程序崩溃?

时间:2014-07-24 04:46:31

标签: ios objective-c ipad exception orientation

我正在使用拆分视图控制器在iPad上构建阅读应用程序的文章。 我遇到了app间歇性崩溃的问题,并且控制台没有错误。 有时应用程序在更改方向时崩溃,有时运行正常。

1 个答案:

答案 0 :(得分:0)

如果您的应用程序在更改方向时崩溃,则必须将以下方法添加到控制器中。

-(BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation

它将解决您的问题