Hi,
For adding a custom font in a UITextView, use the following code.
IBOutlet UITextView *myTextField; [myTextField setFont:[UIFont fontWithName:@ "Helvetica" size:20]]; |
Hi,
For adding a custom font in a UITextView, use the following code.
IBOutlet UITextView *myTextField; [myTextField setFont:[UIFont fontWithName:@ "Helvetica" size:20]]; |