diff -r eefd6d066768 -r ba5c794adae3 project_files/HedgewarsMobile/Classes/AboutViewController.m --- a/project_files/HedgewarsMobile/Classes/AboutViewController.m Sun Mar 11 20:43:15 2018 +0100 +++ b/project_files/HedgewarsMobile/Classes/AboutViewController.m Sun Mar 11 22:39:40 2018 +0100 @@ -106,7 +106,7 @@ // do nothing } --(CGFloat) tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section { +- (CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section { return 95; }