vermont42 / JFATabBarController

JFATabBarController is a replacement for UITabBarController that allows the user to scroll to an arbitrary number of tab-bar items.
Other
73 stars 8 forks source link

how to use with an navigation controller?? #3

Closed kunalverma25 closed 8 years ago

kunalverma25 commented 8 years ago

It hides the navigation controllers of tabs at 5 or more..

kunalverma25 commented 8 years ago

If anyone else is having this issue. Please set navigationController.navigationBarHidden = NO; in JFATabBarController.m

AANNDDD

add this self.navigationItem.hidesBackButton = true

in your view controller's view did Load

vermont42 commented 8 years ago

Thanks, Kunal.