xib自定义UIView报错误 "forUndefinedKey:]: this class is not key value coding-compliant for the key"

使用xib自定义UIView的时候, 需要将控件拖拽成属性, 在viewController加载自定义view的时候报错误

 

"forUndefinedKey:]: this class is not key value coding-compliant for the key"

查找很久,终于发现是xib 的FILE‘OWNER 的类关联出错

xib自定义UIView报错误 "forUndefinedKey:]: this class is not key value coding-compliant for the key"_第1张图片

 

 

自定义View的时候  这个位置只能为空!!!

xib关联类应该在view的Class设置,如图

xib自定义UIView报错误 "forUndefinedKey:]: this class is not key value coding-compliant for the key"_第2张图片

 

修改了类的关联之后,错误解决.

 

xib自定义UIView报错误 "forUndefinedKey:]: this class is not key value coding-compliant for the key"

标签:class   style   log   com   使用   http   src   si   la   

原文:http://www.cnblogs.com/bug-sniper/p/4622946.html

你可能感兴趣的:(xib自定义UIView报错误 "forUndefinedKey:]: this class is not key value coding-compliant for the key")