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

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

java - SmsManager sending message more than one -