Enabling edit mode for only one row in table view
Posted
by Shuaib
on Stack Overflow
See other posts from Stack Overflow
or by Shuaib
Published on 2010-03-12T22:05:42Z
Indexed on
2010/03/12
22:07 UTC
Read the original article
Hit count: 123
Hi,
I can set the edit mode for a while uitableview by calling [tableView setEditing:YES]; But that sets the edit mode for all the rows in a table.
Is there a way to detect what row was swiped an enable the edit mode only for that row?
Thanks
© Stack Overflow or respective owner