Changeset 162 for apps/iphone/my.tel
- Timestamp:
- 01/08/09 14:35:03 (4 years ago)
- Location:
- apps/iphone/my.tel/trunk/Classes
- Files:
-
- 2 modified
-
KeywordViewController.m (modified) (1 diff)
-
RecordViewController.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
apps/iphone/my.tel/trunk/Classes/KeywordViewController.m
r149 r162 106 106 } 107 107 [uiArray removeObjectAtIndex:indexPath.row]; 108 [ self.tableView deleteRowsAtIndexPaths:[NSArray arrayWithObject:indexPath] withRowAnimation:UITableViewRowAnimationFade];108 [tableView deleteRowsAtIndexPaths:[NSArray arrayWithObject:indexPath] withRowAnimation:UITableViewRowAnimationFade]; 109 109 } 110 110 if (editingStyle == UITableViewCellEditingStyleInsert) { -
apps/iphone/my.tel/trunk/Classes/RecordViewController.m
r149 r162 160 160 } 161 161 [uiArray removeObjectAtIndex:indexPath.row]; 162 [ self.tableView deleteRowsAtIndexPaths:[NSArray arrayWithObject:indexPath] withRowAnimation:UITableViewRowAnimationFade];162 [tableView deleteRowsAtIndexPaths:[NSArray arrayWithObject:indexPath] withRowAnimation:UITableViewRowAnimationFade]; 163 163 } 164 164 if (editingStyle == UITableViewCellEditingStyleInsert) {








