diff -r eefd6d066768 -r ba5c794adae3 project_files/HedgewarsMobile/Classes/StatsPageViewController.m --- a/project_files/HedgewarsMobile/Classes/StatsPageViewController.m Sun Mar 11 20:43:15 2018 +0100 +++ b/project_files/HedgewarsMobile/Classes/StatsPageViewController.m Sun Mar 11 22:39:40 2018 +0100 @@ -126,7 +126,7 @@ return cell; } --(CGFloat) tableView:(UITableView *)aTableView heightForHeaderInSection:(NSInteger)section { +- (CGFloat)tableView:(UITableView *)aTableView heightForHeaderInSection:(NSInteger)section { return (section == 0) ? 160 : 40; } @@ -146,7 +146,7 @@ return nil; } --(CGFloat) tableView:(UITableView *)aTableView heightForFooterInSection:(NSInteger)section { +- (CGFloat)tableView:(UITableView *)aTableView heightForFooterInSection:(NSInteger)section { return aTableView.rowHeight + 30; }