I am confused about navigation controller, My first View in the application consists of 4 buttons inside, I wanna add a navigation controller to this view so where I push another views to navigation controller according to which buttons is pressed and I can see navigation bar on other views I am redirected.
However I dont want to see the navigation bar on the top for the first view. Is there a way for adding the navigation controller to appdelagete and make the navigation bar not visible for my first screen.
Thanks in advance.