LoginSignup
13
10

More than 5 years have passed since last update.

[Swift] UITextView 上寄せ

Posted at

目的

NavigationControllerが配置されている時に、TextViewを配置すると、TextView内の文字が上寄せにならず、真ん中の方から始まってしまうのを防ぐ方法を紹介。

やり方

viewDidLoad()に以下のコードを1つ足すだけ。

self.automaticallyAdjustsScrollViewInsets = false
13
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
13
10