设置UITableViewCell NIB和Label

时间:2012-10-27 19:37:59

标签: ios uitableview uilabel

我正在尝试在我的nib中为TableViewCell设置标签。我收到一个错误,它在stackoverflow上出现了一些错误。

错误是

Crash: [<NSObject 0x941f4a0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key displayName.

问题是我不确定我是否应该将表格视图单元格(对象)连接到文件所有者。如果我,我不确定这是哪个出口?

Current Setup

Connecting view to files owner options

enter image description here

1 个答案:

答案 0 :(得分:1)

成功的一些步骤

  1. 为表格视图单元格设置您自己的自定义单元格类
  2. 不要使用文件所有者
  3. 将所有插座连接到表格视图单元格,而不是文件的功能
  4. 不要忘记设置重用细胞识别器