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.
フレームの高さと同じように scrollView contentSize を設定します (< もテストします)。
Retina 4インチのサイズでスクロールビューをビューに配置し、スクロールビューのサイズを自動的に変更していると思います。
viewDidLoadメソッドに行を追加
viewDidLoad
self.mainScrollView.autoresizingMask = UIViewAutoresizingFlexibleWidth;
またはIBで正しい自動サイズ変更マスクを設定します。