容器视图不显示整个子ViewController

时间:2014-07-24 23:46:22

标签: ios autolayout uicontainerview container-view

我有一个视图控制器,DogViewController,它应该出现在Container View中。无论我如何处理自动布局,Container View都拒绝显示整个DogViewController。问题似乎不是DogViewController。当我移动启动箭头并运行应用程序时,DogViewController场景看起来很完整。但是当我将启动箭头移回容器视图的父级时,容器视图只显示DogViewController的顶部。

DogViewController中有两个视图:TableView和TextView。通过容器只能看到TableView(甚至可能不是整个容器)。有没有人对如何解决这个问题有任何见解?

(我刚刚完成了iOS课程,我正在尝试构建一个真正的应用程序来巩固我的技能。)我已经阅读the whole of the documentation on auto-layout

1 个答案:

答案 0 :(得分:0)

我无法找到documentation中我读到的确切位置,所以让我解释一下:

UITableViewController只能控制一个UITableView