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.
テーブルビューのサイズに問題があります。複数のセルを配置し、表示するとスクロールが表示され、セル全体を表示するのに十分なほどスクロールしないため、テーブルビューの高さを変更しようとしましたができませんでした。
このメソッドを正しく実装しましたか?
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)sectio { return 5; // If you have 5 cells. }