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
ResultCell.h
I had the very same issue. And I tried :
None of that worked. What worked for me was simply to :
And done!