I have a view controller that is embedded in a UINavigationController,how can I hide the UINavigationBar? I want the navigation functionality but I don't want that bar in the top..
tnx
This should work:
[self.navigationController setNavigationBarHidden:YES animated:YES];
to get it back, just call:
[self.navigationController setNavigationBarHidden:NO animated:YES];
source: How to hide the UINavigationBar for my first view
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With