Xcode 4: Creating a UIView xib, not properly connecting

前端 未结 30 3439
时光说笑
时光说笑 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 16:56

    This might not work for your specific issue, but occasionally I get that error when working with newly created nibs. Deleting and recreating the nibs and View Controllers with the same names as before didn't resolve the issue, but relaunching Xcode did.

提交回复
热议问题