iphone - Click event for edit/delete button when tableview is in edit mode -


i showing my table view in edit mode. rows on left side of table view, there delete button , clicking on changes image , showing "delete" button on right side. want click event button available @ left side. please help.

if using custom button subview can addtarget button this:

[button addtarget:self action:@selector(yourmethod) forcontrolevents:uicontroleventtouchupinside]; 

please specific or show screenshots. can figure out.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -