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 this is static text, you can underline it in Interface Builder. Make sure to make the text 'Attributed' first by selecting 'Attributed' in the drop down menu: