I want to set NSAttributedString
to UITextView
; how do I go about doing that?
Asked
Active
Viewed 5,340 times
4

Michael Mrozek
- 169,610
- 28
- 168
- 175

iOS Developer
- 437
- 4
- 11
-
possible duplicate of [UITextView with Syntax Highlighting](http://stackoverflow.com/questions/3642540/uitextview-with-syntax-highlighting) – chown Jun 23 '12 at 04:55
1 Answers
2
You can have a look at the EGOTextView project on github. It discribes itself as a
"A complete drop in replacement for UITextView, adding support for rich text editing."