*** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<NSObject 0x6807200> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key f2.'

 -----

主要是因为操作xib连接错误

tableviewcell中的属性连接到自身的控件,而非连接到File's Owner

 

关于使用自定义控件UITableViewCell,出现错误UITableViewCell NSUnknowKeyException错误

相关文章:

  • 2021-06-12
  • 2021-04-17
  • 2021-08-11
  • 2021-08-07
  • 2021-12-27
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案