Uilabel in uitableview not showing opaque without transparency in debug simulator color blended layers

Hey guys, give it a quick look at this bug.

If i set the text of UIabel in a uitableviewcell to any text with an í , it turns the label to have the alpha channel, transparency on , so in the sim and checking the Color Blended Layers the label turns Red . if i use any other text or even and ó (accented o ) it turns out ok (green) i have tried setting the label opaque to true and giving it a background color but it doesnt work

fixed . had to cell.lbl_desc.layer.masksToBounds = true

This topic was automatically closed after 166 days. New replies are no longer allowed.