Md Nasir Uddin
Md Nasir Uddin

Reputation: 2180

How can I remove the Navigation bar from a Navigation Based iPhone app?

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?

Upvotes: 2

Views: 1590

Answers (1)

gclj5
gclj5

Reputation: 1956

You're probably looking for the setNavigationBarHidden:animated: method in UINavigationController.

Upvotes: 6

Related Questions