In my table view controller there is
self.navigationItem.leftBarButtonItem = self.editButtonItem;
which produces a regular edit/done button at
It is possible to change the action. After edit button clicked it shows delete button, instead it is possible to show reject/verify/modify buttons. And change corresponding action instead of delete option
Thanks Mindus