How can i scroll my UINavigationBar according to a UITableView scroll,i mean:
- When the user scrolls the UITableView down,the UINavigationBar should scroll with the UITableView and disappear;
- When the user scrolls the UITableView up,the UINavigationBar should stay fixed on the top of the view.
I want a similar effect to this question but instead of a UISearchBar i need to do the same effect with a UINavigationBar,i've already tried the code from the link.Please any piece of code or source code will be appreciated.
Thanks in advance.