Xcode接口构建器没有给我选择将重用标识符放在UITableViewCell的位置

时间:2018-05-31 11:29:16

标签: ios xcode interface-builder

我已经通过New File-> View创建了一个新的xib。所以,我为我的班级命名,这是UITableViewCell的孩子。

enter image description here

但是在下一个嵌体中,没有选择放置重用标识符的位置。

enter image description here

我尝试了几次这一切都是一样的。有谁能建议我如何解决它?

3 个答案:

答案 0 :(得分:1)

enter image description here

创建UITableViewCell就像这样bcs你可以使用uiview并扩展tableviewcell类

看第二张图片你有UIView not cell

enter image description here

答案 1 :(得分:0)

如果您想为单元格设置重用标识符,则必须使用带有xib选择的cocoatuch文件,请参见下图。你不能创建单独的xib,coz xib文件没有任何属性,如重用标识符。

enter image description here

答案 2 :(得分:0)

看起来你选择了其他东西,而不是TableViewCell

请参见下面的截图

enter image description here