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
I recommend you to use CoreText. A Basic tutorial is here on raywenderlich.