tableviewcell不会在横向延伸,即方向变化

时间:2015-09-12 05:47:54

标签: ios uitableview uiviewcontroller screen-rotation

我需要一个不会从视图中看到的固定标题。我打算在下面继续总结tableview。所以我开始使用UIViewController并尝试将UIView和UITableView放在其下。

  1. 在UIView中我添加了一个UIButton,UILabel,但我遇到了布局约束。

  2. 在UITableView中,当我更改方向时,单元格没有填满视图。这是为什么?是ios编程的新手。感谢任何指示。

  3. Pl见下图。

    enter image description here

    enter image description here

1 个答案:

答案 0 :(得分:1)

看起来你没有用superview固定所有的tableview边缘,这就是为什么会发生这种情况..

选择tableview并使用超级视图固定tableview的所有边缘,即所有..见图像

enter image description here