I have a UITabBar
based application, on one TabBar Button I have a navigation controller. When I move to navigation controller, tab bar highlight option needs to be removed. No tab bar buttons should be selected.
How could I make this possible?
Try to take a look at the "Managing the Finished and Selected Image" task's section of the UITabBarItem docs.