THTinderNavigationController
THTinderNavigationController copied to clipboard
Hide/show navigationBar
Hello! Your implementation is really good! But can you help me with my question: When i try to hide navigationBar - this method doesn't work:
[[self navigationController] setNavigationBarHidden: NO animated:YES];
How can i hide/show THTinderNavigationBar? (i just want make navigationBar hide when user scroll newsfeed down and show when scroll up)