How to set a UITextView font type and size in iPhone ? By Malik | June 23, 2011 1 Comment Hi, In order to set the font type of UITextView, do the following. In your .h class file, In your .m class file, This will set ‘urTextView’ with font name ‘Arial Rounded MT Bold’ with font size 18. 🙂
How to programmatically set UITextView font and size By Malik | May 19, 2011 0 Comment Hi, In order to set font and size of a UITextView programmatically use the following code. 🙂