Xcode 4: Creating a UIView xib, not properly connecting

前端 未结 30 3444
时光说笑
时光说笑 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:54

    Just put a line between the @implementation and the @synthesize. Most of the answers here have that in common. It worked for me

    @implementation 
    
    @synthesize
    

提交回复
热议问题