iPhone, hook for edit/done button click in table view

后端 未结 4 1663
说谎
说谎 2021-02-01 17:54

In my table view controller there is

self.navigationItem.leftBarButtonItem = self.editButtonItem;

which produces a regular edit/done button at

4条回答
  •  忘了有多久
    2021-02-01 18:25

    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

提交回复
热议问题