ios - Hiding tab bar on one view in Xcode storyboard -


i have tab bar application hide tab bar 1 of views exchange toolbar. using storyboard , setting bottom bar none , dragging in toolbar looks way want on storyboard. when run tab bar doesn't go away.

it wont work because simulate view when tabbar hidden. if want hide tabbar have programmatically.

see answer iphone: possible hide tabbar?

and try use hidetabbar method in viewwillappear, , showtabbar in viewdiddisapear.


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -