All Questions
1 question
2
votes
1
answer
698
views
UITabBarController functionality with UITabBar
I'm making an app with interface builder using storyboarding.
I want to have a tab bar where no item is selected. This can be accomplished by setting
TabBar.SelectedItem = null;
But if you try to ...