1
noob寫道,如何設置[self varNavigationController]在我的ViewController中不爲null?
我想使用導航控制器,但pushViewController方法不工作,因爲它是'空'。
同時,我已經在基於導航的應用模板中嘗試了相同的代碼,並且我可以做到這一點。
我的問題是,我如何使[自myVariableforNavigationController]在我的ViewBased應用程序中不爲null?我嘗試了AppDelegate中的所有內容,但都沒有成功。
非常感謝!
「here」在哪裏? :) – agapitocandemor
好了,現在[self varNavigationController]不再爲空,但方法pushViewController不起作用。 :( – agapitocandemor
UINavigationController * navigation1 = [[UINavigationController alloc] initWithRootViewController:self.viewController]; – AppAspect