代码改变世界

IOS 自定义的UITableViewCell实现UITableView

2015-10-04 11:31  一树一菩提  阅读(165)  评论(0)    收藏  举报

出错:this class is not key value coding-compliant for the key

1.检查各种连线,多连线,少连线都会导致错误

       

2.检查自定义cell的class:

3.检查cell的file's owner的class:

4.自定义cell的Identification必须和controller中的定义一致