I have application with lots of views. My main task is to hide uittabar in Main Menu ’cause there is nice buttons (in Main Menu), but I want to show uitabbar in all others view’s.
Help me please
I have application with lots of views. My main task is to hide uittabar
Share
Use this code to hide the tabbar:
I used it in delegte method of tabbar and it works fine:
See also this link.