UITableView : detecting click on '-' button in edit mode

Posted by synthez84 on Stack Overflow See other posts from Stack Overflow or by synthez84
Published on 2010-03-15T16:07:39Z Indexed on 2010/03/15 16:09 UTC
Read the original article Hit count: 294

Hi all,

On my iphone app, I have a UITableView in edit mode, containing custom UITableViewCell. I would like to detect when user has clicked on the left button of each cell (minus circular red button, the one that is animated with a rotation), just before the "Delete" button appears.

I would like to be able to change my cell content in that case...

Is that possible ?

Thanks !

© Stack Overflow or respective owner

Related posts about uitableview

Related posts about cocoa-touch