Amol
Amol

Reputation: 343

How to hide navigation bar and tab bar while scrolling table view in IOS

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..enter image description herethis is what the problem with my tab bar when it hides..! this is main screen and I want it will look like!

This is my problem

enter image description here

I want to show my view like this

enter image description here

Upvotes: 3

Views: 4676

Answers (1)

Michael Peterson
Michael Peterson

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

Related Questions