UITextView just horizontal scrolling help

后端 未结 4 1106
遇见更好的自我
遇见更好的自我 2021-01-14 08:13

I have a UITextView , i want show its\' text in horizontal, my UITextView has a static width

[[UITextView alloc] initWithFrame:CGRectMake(0, 0, 161, 23)];
<         


        
4条回答
  •  囚心锁ツ
    2021-01-14 09:03

    If you are using interface builder then just check the property.

    show horizontal scrolling.
    

    by default this property is not enable

提交回复
热议问题