project_files/HedgewarsMobile/Classes/SupportViewController.m
branchios-develop
changeset 13166 ba5c794adae3
parent 12872 00215a7ec5f5
child 13506 36f3f77e9b1b
equal deleted inserted replaced
13164:eefd6d066768 13166:ba5c794adae3
   163         return footer;
   163         return footer;
   164     } else
   164     } else
   165         return nil;
   165         return nil;
   166 }
   166 }
   167 
   167 
   168 -(CGFloat) tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section {
   168 - (CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section {
   169     // image height + label height
   169     // image height + label height
   170     return (section == 1) ? 265 : 20;
   170     return (section == 1) ? 265 : 20;
   171 }
   171 }
   172 
   172 
   173 #pragma mark -
   173 #pragma mark -