报错:
*** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<DeviceStatusDetailCell 0x7f897209ac00> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key itemLabel.'
解决办法:
itemLabel连线错误,找到DeviceStatusDetailCell.xib,由于之前命名为itemLabel,连线完成后,才改名为titleLabel,所以出现连线错误了。删除重新连接即可。
请点击:http://blog.youkuaiyun.com/u010841622