UITableViewCellEditingStyle has been renamed to UITableViewCell.EditingStyle
//4.0 override func tableView(_ tableView: UITableView, editingStyleForRowAt indexPath: IndexPath) -> UITableViewCellEditingStyle {
//4.2 override func tableView(_ tableView: UITableView, editingStyleForRowAt indexPath: IndexPath) -> UITableViewCell.EditingStyle {
If this helped you, share and pass it on! 😀 ➡️ 🐦