Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的应用程序在这条线上崩溃程序接收信号:SIGABRTon
SIGABRT
[navigationController initWithRootViewController:homeview];
是否有任何针对 iOS 5 的建议???提前致谢。
你的代码看起来有点奇怪,我会假设(我知道这是母亲)navigationController 是你的 ivar voor UINavigationController。
UINavigationController
你应该像这样加载它:
navigationController = [[UINavigationController alloc] initWithRootViewController:homeview];