2017-05-05 18 views

答えて

0

要件に応じて、これらの2つのデリゲートのテーブルビューとオーバーライドのメソッドについて説明します。

- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath; 

- (CGFloat)tableView:(UITableView *)tableView estimatedHeightForRowAtIndexPath:(NSIndexPath *)indexPath 

https://github.com/jurezove/dynamic-uitableviewcells/tree/master

関連する問題