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
In my case, having set shouldRasterize = YES on the CGLayer of the view containing the UILabel was the culprit. Removing that line made the text nice and crisp.
shouldRasterize = YES