I am using leadingSwipeActionsConfigurationForRowAt method for Swipe. I also using drag and drop feature here.
Property tableview.editing is true in this condition. then i can't get callback of swipe.
func tableView(_ tableView: UITableView, leadingSwipeActionsConfigurationForRowAt indexPath: IndexPath) -> UISwipeActionsConfiguration? {
}
You must return an
UISwipeActionsConfigurationobject, like this example: