
HI,
How to hide the navigation bar of UINavigationController? I have to hide navigation bar of UINavigationController on the click of a button.
Thanks

Hi,
Use following code for hiding UINavigationController's navigation bar:
[self.navigationController setNavigationBarHidden:TRUE animated:YES];
Thanks
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.