-4

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.

CLR45
  • 185
  • 1
  • 16

1 Answers1

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