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
Setting shouldRasterize to YES may introduce blurriness. Set the rasterization scale and that should eliminate the blurriness. [self.layer setRasterizationScale:[[UIScreen mainScreen] scale]];
shouldRasterize
YES
[self.layer setRasterizationScale:[[UIScreen mainScreen] scale]];