Reputation: 895
I've created a view and I added a UITabBar dragged from Storyboard. The problems I'm facing are the following. I'm trying to add more items to the UITabBar from storyboard but can't seem to find any information of how to do that. Any pointers would be appreciated I'm not using UITabBarController.
Is it possible to decide where to place the tab bar. If I want it in the middle of the screen for testing?
Thanks
Upvotes: 0
Views: 687
Reputation: 725
here is the steps :
And you are done; By default the tab bar will be added to the bottom of the screen
Upvotes: 1