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.
プロジェクトを Xcode5 に更新した後、ScrollView がスクロールしすぎます。Xcode5 の前は、ScrollViews に問題はありませんでした。
これを試して:
- (void)viewDidLoad { [super viewDidLoad]; if ([self respondsToSelector: @selector(edgesForExtendedLayout)]) self.edgesForExtendedLayout = UIRectEdgeNone; }
UIScrollView がコントローラーのルート ビューではない場合、スクロール ビューとルート ビューの間に制約 (左、右、上、下) を追加する必要もあります。