rajesh
rajesh

Reputation: 582

UITabbar with none item selected

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

Answers (1)

jv42
jv42

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

Related Questions