iphone - How to remove editinng mode by touching on tableview? -


if click on edit button, see red stop signs. how remove when user touch on tableview or tableview cell?

please me in advance

use setediting method of uitableview.

- (void)setediting:(bool)editing animated:(bool)animate 

like below

[mytableview setediting:no animated:yes]; 

Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -