我想添加两个以上的标签栏

时间:2019-04-18 21:44:18

标签: ios swift uiviewcontroller tabbar

我想添加超过2个标签栏,并尝试在主故事板之间进行标记,但我无法成功。总结如何添加更多标签栏?

1 个答案:

答案 0 :(得分:0)

如果您想通过Storyboard添加更多视图控制器:

  1. 选择您的UITabBarController
  2. 按下Ctrl键(按住)
  3. 拖动到另一个View Controller(按住Ctrl)
  4. view contollers中选择Relationship Segue Select <code>view contollers</code> in <code>Relationship Segue</code> 结果 Result

如果要使用UITabBarController创建Storyboard Reference,可以使用以下方法:

  1. 将TabBarController添加到故事板。
  2. 删除添加的视图控制器。
  3. 添加所需的情节提要参考Storyboard Reference
  4. 像在第一种方法Storyboard Reference with UITabBarController中一样,在view contollers中选择Relationship Segue