So like i said in the title, my question is :
Is there anyway to remove one tabbaritem without remove view ?
I have readed about UITabBarController , but remove the view not the item.
I need to have 4 childViewControllers in my TabBarControlller but only display 3 in my TabBarItems.
Example:
-UITabBarController
- ViewChildController1
- ViewChildController2
- ViewChildController3
- ViewChildController4
-Tabbar (bottom) from UITabBarController ViewChildItem1 (ViewChildController1)
- ViewChildItem1 (ViewChildController1)
- ViewChildItem2 (ViewChildController2)
- ViewChildItem3 (ViewChildController3)
- ViewChildItem4 (ViewChildController4) ( remove/hide this one only,but still have the ViewChildController4 in UITabBarController )