How can I set the color and alignment of attributed text in a UITextView in iOS 7?
问题 The formatting of my textViews worked fine in iOS 6, but no longer in iOS 7. I understand with Text Kit much of the under the hood stuff has changed. It's become really quite confusing, and I'm hoping someone can help straighten it out a bit by helping me with something as simple as this. My static UITextView originally was assigned a value for it's textColor and textAlignment properties. Then I made a NSMutableAttributedString , assigned it an attributes, then assigned it to the textView's