equal
deleted
inserted
replaced
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]; |