Moving Row inside a Table View with tap - Swift
问题 I'm try to simulate the dragging of the cell with the single tap on the cell. Once tapped the single cell has to be the first item in the list. I tried with ll the method but my indexpath change but I don't see the result in the table, even if i reload it. Any Suggestion? here's my code: import UIKit var array = ["1", "2", "3", "4", "5", "6"] class Table: UITableViewController { override func viewDidLoad() { super.viewDidLoad() tableView.setEditing(true, animated: true) } override func