can any one help to change the font size in UITextView.
UITextView
[textView setFont:[UIFont fontWithName:@\"ArialMT\" size:30]];
I use t
Check, if "Selectable" is checked in the xib/Storyboard attribute inspector. If it's not selectable, the size wont be changed