LoginSignup
10
10

More than 5 years have passed since last update.

UITextViewに暗黙的に入っているpadding

Posted at

UITextViewにはデフォルトでpaddingが入っていて、場合によっては邪魔。
これを setContentInset: で調整できるが、UIEdgeInsetsZero状態(全部ゼロ)が初期状態=padding入った状態なので、負数を設定する必要がある。
なおかつ、上部insetの長さは使用フォントに影響されるので、都度調べるしかない。
UITextViewの行間を変えるとか隙間を消すとか - 猫も茶を飲む
Removing padding from UITextView - foobarpig.com

機械的にinset値を調べる方法ってありますか?
(必要性、興味、元気がないので私は調べません。)

10
10
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
10
10