Be careful! You cannot set the font size of a UITextView from Interface Builder if "selectable" is not enabled. You will have to do this programmatically!

Found the answer to my problem in this Stack Overflow link.

Comment