Basically, I intend on using a long-press to initiate row rearranges. Is this possible with UITableView? I can’t seem to find a method in UITableView to do this.
Basically, I intend on using a long-press to initiate row rearranges. Is this possible
Share
The standard UITableViewController does not support what you’d like to do unfortunately. However, ReorderingTableViewController by Daniel Shusta does – check it out.