NSAttributedString - What is the attribute to be used for text background color? [duplicate]
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 t开发者_如何学编程o do that?
NSBackgroundColorAttributeName
Try changing the color of NSAttributedStringView
精彩评论