I want to add more tab bar than 2 and I tried the make segue between the main storyboard but I can not succeed.Summary how can I add more tab bar?
Asked
Active
Viewed 207 times
-1
-
1Possible duplicate of [how to add UITabBarItem programmatically?](https://stackoverflow.com/questions/23675044/how-to-add-uitabbaritem-programmatically) – Kevin Chen Apr 18 '19 at 22:38
1 Answers
0
If you wanna add more View Controllers via Storyboard:
- Select your
UITabBarController
- Press down Ctrl key (hold on)
- Drag to another View Controller (hold Ctrl)
- Select
view contollers
inRelationship Segue
Result
If you wanna create UITabBarController
with Storyboard Reference
you can use this approach:

Oleg B
- 176
- 7