How can I underline text in a UITextView. I understand that I would need to create a subclass of UITextView, but what would go under drawRect
UITextView
drawRect
If you want to format your text (with underlined words, links, colored words...) I suggest you to use FTCoreText