如图:

iOS- storyboard this class is not key value coding-compliant for the key xxx

 

 在使用storyboard的时候出现此问题,主要是因为给storybroad中的view拖线的时候,有时不小心线拖错了,或者再次拖线导致代码中控件的名字与之前拖线时定义的名字不同导致的。

解决办法:

iOS- storyboard this class is not key value coding-compliant for the key xxx

 

将Reference Outlets中多余的线条定义删除即可。

 

相关文章:

  • 2021-06-13
  • 2021-06-23
  • 2021-09-14
  • 2022-01-03
猜你喜欢
  • 2022-12-23
  • 2021-12-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-17
  • 2022-12-23
相关资源
相似解决方案