hy
I have an UITabBarController relied to 5 UiViewControllers, so my UiTabBar has 5 items. I want to just hide the last item from the bar and note remove it. (the tab must still accessible programmatically with myUItabBarController.selectedIndex=4; for example )
it's possible?
thanks