zoukankan      html  css  js  c++  java
  • 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 的类关联出错

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

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

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

  • 相关阅读:
    Uva11988
    Uva140
    子集生成
    Uva129
    Uva524
    Uva10976
    Uva11059
    Uva725
    HDU4268(贪心+multiset)
    HDU2034(set水题)
  • 原文地址:https://www.cnblogs.com/bug-sniper/p/4622946.html
Copyright © 2011-2022 走看看