Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

enter image description here

What is the best way for this to be done?

share|improve this question
You could create a category that splits the UILabel into 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

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.