Remove UITextView extra border

前端 未结 2 508
礼貌的吻别
礼貌的吻别 2021-01-23 09:52

I\'ve made a UITextView yet there\'s some unwanted spacing:

\"black

(I\'m drawing the

2条回答
  •  萌比男神i
    2021-01-23 10:17

    Have you tried experimenting with textContainerInset?

    According to the docs at developer.apple.com, "This property provides text margins for text laid out in the text view." This is new in iOS 7.

提交回复
热议问题