[Solved] Hide custom cell image

Create UITableViewCell.h and .m file. Create some variable like UILabel and UIImageView object in files and make it IBOutlet and bind them with cell .xib file. Inside UITableView implementation, and in “cellForRowAtIndexPath” you can use that custom UITableViewCell class object and use that synthesize variable of UILable and UIImageView and use it to show or … Read more