Reputation: 582
Any one know how to create an app in such a way that when the application loads the uitabbr items are not selected(highlighted)..
need to display a view in window on load..no need to display tabbar item contents until click on tabbar button item..?
please help me..
Upvotes: 0
Views: 196
Reputation: 8593
You can present a modal view controller which hides the tab bar at startup. I think that's the best you can do with tab bar rules.
Upvotes: 1