I spent about a week looking for any library or framework that allows rich text in a text input. I could not find any information so I think I’m gonna try to write my own text input.
Any suggestions on how to start?
- How can I display a keyboard for a UIView class?
- UITextInput protocol requires 35 methods to be implemented, where can I get information about there methods and their responsibilities?
- Any good tutorials on Core Text
- Please provide as much details as you can.
Thanks
I take it you’ve have not seen EGOTextView ?
It’s a complete drop in replacement for UITextView that adds support for Rich Text Editing.