hi, I am novice iPhone developer . I am developing a Navigation based app for iPhone. I don't use the Interface Builder in my app. I want to remove the Navigation Bar from the application. How can I do this?
+5
A:
You're probably looking for the setNavigationBarHidden:animated:
method in UINavigationController
.
gclj5
2009-02-07 10:15:26