Possible Duplicate:
NSBackgroundColorAttributeName-like attribute in NSAttributedString on iOS?

I am trying to set the text background color in my attributed string. What is the attribute that allows me to do that?

link|improve this question

feedback

closed as exact duplicate by PengOne, Jacques Cousteau, aryaxt, Brad Larson, Bo Persson Jul 19 '11 at 17:32

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

2 Answers

up vote 1 down vote accepted

NSBackgroundColorAttributeName

link|improve this answer
That's only available in OSX, I need to use it on iPhone – aryaxt Jul 18 '11 at 0:58
Wow, interesting. In that case, see this question. – jtbandes Jul 18 '11 at 1:02
feedback

Try changing the color of NSAttributedStringView

link|improve this answer
I want different background colors for different portion of text – aryaxt Jul 18 '11 at 1:03
@aryaxt: Then you want to following this post: stackoverflow.com/questions/6707906/… – PengOne Jul 18 '11 at 1:10
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.