Skip to content

Instantly share code, notes, and snippets.

@kioqq
Created September 2, 2014 22:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kioqq/61d5993da48ade98c858 to your computer and use it in GitHub Desktop.
Save kioqq/61d5993da48ade98c858 to your computer and use it in GitHub Desktop.
NSIndexPath *selectedPath = [self.tableView indexPathForSelectedRow];
[self.tableView reloadData];
[self.tableView selectRowAtIndexPath:selectedPath animated:NO scrollPosition:UITableViewScrollPositionNone];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment