Quote:
Originally Posted by rapidbunny
nice video, but now i am stuck again =(
in the FirstViewController.m
how do you access the navigation controller?
I want to push in another view,
but not sure how to access the navigation controller
to use the method pushViewController
thanks
sorry, totally new to iphone sdk =(
|
To access the navigation controller, you have to declare an IBOutlet for it in your controller class and connect it via IB the same way you connect any other outlet. Then you have direct access to it.