Reputation: 343
I have problem with hide tab bar as navigation bar. My requirement is hide both navigation bar and tab bar at same time when I m scrolling table view..my navigation bar is working properly as requirement but tab bar is no not responding to the same....is there any one can help me to sort it out please....????
I m using NJKSCROLLFULLSCREEN for reference..http://GitHub.com/ninjakin/NJKSrollfullScreen
Here is some screenshots of my project..this is what the problem with my tab bar when it hides..!
this is main screen and I want it will look like!
Upvotes: 3
Views: 4676
Reputation: 10532
Use https://github.com/tristanhimmelman/HidingNavigationBar
HidingNavigationBar supports hiding/showing of the following view elements:
UINavigationBar UINavigationBar and an extension UIView UINavigationBar and a UIToolbar UINavigationBar and a UITabBar
Upvotes: 1