noob writing,
I'm trying to use a Navigation Controller, but the method pushViewController doesn't work as it is 'null'.
At the same time I've tried the same code in a Navigation Based App Template, and I can do it work.
My question is, how can I make that [self myVariableforNavigationController] not to be null in my ViewBased App?? I've tried everything inside the AppDelegate but without success.
Thank you very much!!!