I use Storyboard and make connection between ib and code.
This Cause
- (instancetype)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier
NOT CALLED.
Instead I put
- (instancetype)initWithCoder:(NSCoder *)aDecoder
to initialize.
but the content can not be shown.
Do you have any idea.
I use Storyboard and make connection between ib and code.
This Cause
NOT CALLED.
Instead I put
to initialize.
but the content can not be shown.
Do you have any idea.