AutoLayout在iOS 7版本的应用程序上崩溃

时间:2016-06-15 11:03:43

标签: ios objective-c autolayout

我有一个使用自动布局的应用程序,以编程方式设置约束。

虽然它在iOS 9上运行良好,但它几乎在iOS 7的所有地方都会崩溃。

例如,它崩溃了方法:

 [cell updateConstraintsIfNeeded];

然后,在另一个地方崩溃:

return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));

在控制台输出中是:

Break on objc_exception_throw to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.

在iOS 7设备上启动iOS 9自动布局应用时,是否有人遇到同样的问题?

0 个答案:

没有答案