0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Swift5 UITextViewのtextContainerInsetについて

Posted at

TextView内の文字周りにマージンを入れる方法がわからなかったので、解決方法を記録したいと思いました。

textContainerInset
を使う

qiita.rb
TextView.textContainerInset = .init(top: 16, left: 16, bottom: 16, right: 16)

このように、引数の数値を変えてあげれば解決できました。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?