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.
なぜこれが起こっているのかわかりません。アプリをページの一番下にドラッグして離すと、跳ね返ります..しかし、一番上まではいきません..
- (void)viewDidLoad { [super viewDidLoad]; [_scroller setScrollEnabled:YES]; [_scroller setContentSize:CGSizeMake(320, 750)]; }
これは通常、スクロール ビューのcontentSizeプロパティが、すべてを画面に表示するために実際に必要な値よりも小さく設定されていることを示しています。contentSize.y750 よりも高い値に調整して、問題が解決するかどうかを確認します。
contentSize
contentSize.y