project_files/HedgewarsMobile/Classes/SavedGamesViewController.m
branchios-develop
changeset 13166 ba5c794adae3
parent 12872 00215a7ec5f5
equal deleted inserted replaced
13164:eefd6d066768 13166:ba5c794adae3
   148     label.backgroundColor = [UIColor clearColor];
   148     label.backgroundColor = [UIColor clearColor];
   149     [footer addSubview:label];
   149     [footer addSubview:label];
   150     return footer;
   150     return footer;
   151 }
   151 }
   152 
   152 
   153 -(CGFloat) tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section {
   153 - (CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section {
   154     return 60;
   154     return 60;
   155 }
   155 }
   156 
   156 
   157 - (void)tableView:(UITableView *)tableView commitEditingStyle:(UITableViewCellEditingStyle)editingStyle forRowAtIndexPath:(NSIndexPath *)indexPath {
   157 - (void)tableView:(UITableView *)tableView commitEditingStyle:(UITableViewCellEditingStyle)editingStyle forRowAtIndexPath:(NSIndexPath *)indexPath {
   158     [(EditableCellView *)[self.tableView cellForRowAtIndexPath:indexPath] save:nil];
   158     [(EditableCellView *)[self.tableView cellForRowAtIndexPath:indexPath] save:nil];