can any one help to change the font size in UITextView.
[textView setFont:[UIFont fontWithName:@"ArialMT" size:30]];
I use this one but it doesn't work.
can any one help to change the font size in UITextView.
[textView setFont:[UIFont fontWithName:@"ArialMT" size:30]];
I use this one but it doesn't work.