I want something similar as the Alarm app, where you can\'t swipe delete the row, but you can still delete the row in Edit mode.
When commented out tableView:commitE
Just to make things clear, swipe-to-delete will not be enabled unless tableView:commitEditingStyle:forRowAtIndexPath: is implemented.
While I was in development, I didn't implement it, and therefore swipe-to-delete wasn't enabled. Of course, in a finished app, it would always be implemented, because otherwise there would be no editing.