如題,我想用navigationController跳轉頁面
[self.navigationController pushViewController:self.firstViewController animated:YES];
列印發現添加的viewcontroller有值,但是self.navigationController為nil
我的界面用storyboard寫的,不知道有什麼影響。。。
新手不太懂,麻煩各位了

如題,我想用navigationController跳轉頁面
[self.navigationController pushViewController:self.firstViewController animated:YES];
列印發現添加的viewcontroller有值,但是self.navigationController為nil
我的界面用storyboard寫的,不知道有什麼影響。。。
新手不太懂,麻煩各位了