标签:blog http for 2014 log c ui r file
用UIView自定义了一个警告框,编译报此错误
错误的原因是,将UIView所属的类写在了File‘s Owner里,没有写在UIView里,导致控件建立IBOutlet时查找不到控件
如果不把所属类写在UIView里建立连接时甚至无法选中。
关于 this class is not key value coding-compliant for the key 的解决
标签:blog http for 2014 log c ui r file
原文地址:http://www.cnblogs.com/louyizhidu/p/3962305.html