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 -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -