branch | ios-develop |
changeset 13166 | ba5c794adae3 |
parent 12872 | 00215a7ec5f5 |
child 13506 | 36f3f77e9b1b |
--- a/project_files/HedgewarsMobile/Classes/SupportViewController.m Sun Mar 11 20:43:15 2018 +0100 +++ b/project_files/HedgewarsMobile/Classes/SupportViewController.m Sun Mar 11 22:39:40 2018 +0100 @@ -165,7 +165,7 @@ return nil; } --(CGFloat) tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section { +- (CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section { // image height + label height return (section == 1) ? 265 : 20; }