最近在新建的單元測試專案都是使用Single View Application專案型態。
但當要產生第二個頁面時,使用
if(self.navigationController != nil)
[self.navigationController pushViewController:controller animated:YES];
一直Push失效,原因是 self.navigationController 是 nil。
只要改一下AppDelegate.h 及 AppDelegate.m 即可。
FacebookDemoAppDelegate.h
沒有留言:
張貼留言