I am adding a UILabel instance as a subview of my custom UITableViewCell 
instance's contentView property.

When I select the cell, the row is highlighted blue, except for the background 
of the label. The label text is sharp, but the background is white for the 
bounds of the contentView.

When I set the label and contentView backgroundColor property to "[UIColor 
clearColor]", the UILabel text becomes blurry.

How do I set the label and/or contentView background color to be clear, to 
allow the row highlight color to come through, while still keeping the label 
text sharp?

One suggestion I read elsewhere was to round() the label's frame struct values, 
but this did not have any effect.

Thanks for any advice._______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to