Adding left margin to UITextView

前端 未结 6 718
臣服心动
臣服心动 2021-02-05 17:25

I\'m trying to add a left margin to a UITextView.

I\'ve tried setting the property contentInset, see below:

UITextView *textView = [[UITextView alloc] in         


        
6条回答
  •  走了就别回头了
    2021-02-05 18:06

    It is much easier if you do it via IB. Find the panel named Scroll View Size & set the Content Insets.

    In code, you can try setting scrollEnabled to NO.

提交回复
热议问题