IOS 自定义的UITableViewCell实现UITableView
时间:2015-10-04 12:23:02
收藏:0
阅读:200
出错: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中的定义一致
原文:http://www.cnblogs.com/yuyu-2012/p/4854367.html
评论(0)