How do I hide an individual tab bar button ?
I\'ve searched and not found anything, only the full bar.
I\'ve made some progress but still having problems, th
You would need to use setItems:animated: to do this. Create an array of the buttons you want to keep on the UITabBar and pass it to this instance method:
[myTabBar setItems:itemsToKeep animated:TRUE];
Reference: http://developer.apple.com/library/ios/#documentation/uikit/reference/UITabBar_Class/Reference/Reference.html