Created
January 20, 2016 20:38
-
-
Save MaximAlien/860ca7aa840ba89a6be2 to your computer and use it in GitHub Desktop.
[iOS] Move UITableViewCell in UITableView
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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