I would like to set a background "overlay" for my UILabel, and have it to only color the part of the label with text, instead of the entire rectangle. See the image below.

What is the best way for this to be done?
|
I would like to set a background "overlay" for my UILabel, and have it to only color the part of the label with text, instead of the entire rectangle. See the image below.
What is the best way for this to be done? |
|||
UILabelinto two separate ones with separate widths based on the desired maximum width, and you'd calculate the Y position of the second one using the height of the first. – Alec Ananian Jul 9 '12 at 20:09