Skip to content

Instantly share code, notes, and snippets.

@MaximAlien
Created January 20, 2016 20:38
Show Gist options
  • Save MaximAlien/860ca7aa840ba89a6be2 to your computer and use it in GitHub Desktop.
Save MaximAlien/860ca7aa840ba89a6be2 to your computer and use it in GitHub Desktop.
[iOS] Move UITableViewCell in UITableView
[self.tableView moveRowAtIndexPath:[NSIndexPath indexPathForRow:0 inSection:1] toIndexPath:[NSIndexPath indexPathForRow:1 inSection:1]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment