I am adding a UILabel instance as a subview of my custom UITableViewCell instance\'s contentView.
UILabel
UITableViewCell
contentView
When I select the cell, the row
Use round(); C functions are provided for a reason.
#define roundCGRectValues (frame) \ frame = CGRectMake(round(frame.origin.x),round(frame.origin.y),round(frame.size.width),round(frame.size.height));
All you need.