How to programmatically set UITextView font and size

By | May 19, 2011

Hi,

In order to set font and size of a UITextView programmatically use the following code.

self.urTxtView.font = [UIFont fontWithName:@"Zapfino" size:customSize];

🙂

Leave a Reply

Your email address will not be published. Required fields are marked *