I have a tableview controller which responds to the Edit button on my nav controller by setting up the ability to select multiple cells and then act on them (delete, move) etc. This is similar to how the email app works, as an example. What I want to do, is that after the user performs the operation -- say, deleting three cells -- I want to automatically end edit mode. That is, I don't want the user to have to click the Done button, I want it to automatically happen. Not sure how to do this, any help?