Xcode 4: Creating a UIView xib, not properly connecting

前端 未结 30 3445
时光说笑
时光说笑 2020-12-02 16:29

I\'m trying to create a nib that contains a view that will be embedded in a TableViewCell. I\'ve created the interface and implementation files, ResultCell.h an

30条回答
  •  执笔经年
    2020-12-02 17:12

    For me wether cleaning nor deleting the DerivedData solved the problem.

    I tried to delete and recreate my UIViewController class several times and got the problem again and again.

    Then I recreated the UIViewController class and gave it a different name. This solved the problem for me.

提交回复
热议问题