表格视图单元格在设备上不可见

时间:2018-02-12 14:10:59

标签: ios uitableview storyboard tableview

我是iOS应用程序开发的初学者,所以我可能会犯一些容易犯的错误:)

目前在StoryBoard中,我添加了Table View并在其子节点中创建了Table View Cell,但是当我在Simulator中运行应用程序时,我发现没有单元格的输入。

我也试过Table View Controller,因为我读到你不能在Table View中创建静态单元格。

请查看以下屏幕截图:

表格查看单元格

enter image description here

表视图控制器

enter image description here

我被困在两种方法中。

1 个答案:

答案 0 :(得分:1)

从内容中选择静态单元格

enter image description here

设置身高

enter image description here