Skip to content

Instantly share code, notes, and snippets.

@sbrocket
Created November 9, 2008 21:28
Show Gist options
  • Save sbrocket/23344 to your computer and use it in GitHub Desktop.
Save sbrocket/23344 to your computer and use it in GitHub Desktop.
NSArray *indexPaths = [NSArray arrayWithObject:[NSIndexPath indexPathForRow:2 inSection:0]];
[threadTable beginUpdates];
[threadTable insertRowsAtIndexPaths:indexPaths withRowAnimation:0];
[threadTable deleteRowsAtIndexPaths:indexPaths withRowAnimation:0];
[threadTable endUpdates];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment