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
The issue is sub-pixel rendering, which occurs when your origin (which is a float value) has a non-zero fractional component. Round to the nearest whole number and you should be fine.