I have made a subclass for UITableViewCell
and I am implementing Subtitle TableViewCell
with a thumbnail image.
Following are the UITableViewCell
contents:
The issue I am facing is when the data loads in TableViewCell, the subtitleLabel text gets hidden upto the height of the imageView. But when I select any Cell, it shows subtitleLabelText completely.
I have added the screenshot of the same for complete reference:
The UIImageView
has frame = CGRectMake(0,0,40,40);