如何将表视图控制器添加到基于选项卡的应用程序Xcode 4.3.3

时间:2012-06-18 02:35:43

标签: ios templates view tabs controller

所以我最初开始使用iOS 5的基于选项卡的应用程序模板。 我有一个标签栏连接到两个视图,但是当我去向firstviewcontroller添加一个Table View Controller时,它不会让我。

我对如何解决这个问题感到困惑?我必须用代码吗?或者有没有办法以图形方式做到这一点? enter image description here

2 个答案:

答案 0 :(得分:36)

在故事板中查看嵌入并不简单。

首先,删除First View Controller

Storyboard without First View Controller

现在,将新的Table View Controller拖到故事板上:

Storyboard with Table View Controller

最后,在Tab Bar Controller和新Table View Controller之间建立关系。

选择Tab Bar Controller,然后在按下Control键的同时,将鼠标移到Table View Controller,然后用鼠标松开。在弹出框中,选择Relationship - View Controllers

enter image description here

现在,新的Table View Controller应该是原始Tab Bar Controller中的标签。

enter image description here

答案 1 :(得分:0)

在Xcode 8中,拖动和选择关系后,表格视图将变为完全蓝色。只需点击蓝色表格视图的底部,然后在system item中选择attributes inspector,一切就会好起来。