iOS-Rich-Text-Editor
iOS-Rich-Text-Editor copied to clipboard
Typing attribute doesn't work properly
This seems to be an iOS bug, typing attribute doesn't retain some attributes like underline, text alignment etc
- Remove all text
- Click Bold, Italic, Underline
- Start Typing
- Bold and Italic are applied to text, but underline attribute is lost, therefore not applied to new text.
This appears to be a bug in iOS 6 for UITextView, and has been mentioned on http://stackoverflow.com/questions/12679042/set-text-to-be-underline-without-selection.