导航控制器SIGABRT iOS5

时间:2011-10-24 06:08:59

标签: iphone objective-c ios sigabrt

我的应用程序崩溃了 程序接收信号:SIGABRT

[navigationController initWithRootViewController:homeview];

有没有针对iOS 5的任何建议??? 提前谢谢。

1 个答案:

答案 0 :(得分:0)

你的代码看起来有点奇怪,我做了一个假设(我知道这是母亲)thet navigationController是你的ivar voor UINavigationController

您应该像这样加载它:

navigationController = [[UINavigationController alloc] initWithRootViewController:homeview];