Ok so i dragged a Swift Tab Bar Controller, and I would like to edit the icons and the names of the bar items but they are not being displayed in my storyboard.
Asked
Active
Viewed 711 times
-4
-
show the screenshot of your storyboard. – Bista Sep 16 '16 at 16:08
-
Your initial storyboard might not be the one you are wanting it to be. A pic of the storyboard will surely help – heinst Sep 16 '16 at 16:31
-
Refer this - http://stackoverflow.com/questions/7250413/change-tab-name-in-uitabbarcontroller – Santosh Sep 16 '16 at 16:38
1 Answers
1
You need to take Tabbarcontroller and viewcontrollers that you want to add as a tab to storyboard.
than you need to create segue from tabcontroller to viewcontroller having relationship as ViewController.
Than Tab will appear to each of viewcontollers.
Hope this will solve your confusion.

Kuntal Gajjar
- 792
- 6
- 12
-
Ok thank you, I knew to do that but I didn't want to go through the hastle – CLR45 Sep 16 '16 at 17:21