How to change the uitextview font size

前端 未结 7 867
轮回少年
轮回少年 2020-12-13 03:38

can any one help to change the font size in UITextView.

[textView setFont:[UIFont fontWithName:@\"ArialMT\" size:30]];

I use t

7条回答
  •  死守一世寂寞
    2020-12-13 04:24

    Check, if "Selectable" is checked in the xib/Storyboard attribute inspector. If it's not selectable, the size wont be changed

提交回复
热议问题