Swipe Right To Delete Swiftui

[Solved] Swipe Right To Delete Swiftui | Swift - Code Explorer | yomemimo.com
Question : disable swipe to delete swift

Answered by : mobile-star

override func tableView(tableView: UITableView, editingStyleForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCellEditingStyle { if tableView.editing { return UITableViewCellEditingStyle.Delete } return UITableViewCellEditingStyle.None
}

Source : | Last Update : Sat, 04 Apr 20

Answers related to swipe right to delete swiftui

Code Explorer Popular Question For Swift