Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
TextViewSwiftを使用して、長い編集不可能なテキストを挿入しようとしています。長さや縦スクロールも問題ありません。問題は、UIView開始時にテキストを最初から見ることができず、常に最後の部分が表示されることです。
TextView
UIView
どのように見えるか、どのようにあるべきかという2つの画像を添付しました。
試すmytextView..scrollRangeToVisible(NSMakeRange(0, 0))
mytextView..scrollRangeToVisible(NSMakeRange(0, 0))
これを入れるviewDidLoad()
viewDidLoad()