how to disable the delete operation for certain row in UITableView

Posted by user262325 on Stack Overflow See other posts from Stack Overflow or by user262325
Published on 2010-06-07T06:24:50Z Indexed on 2010/06/07 6:32 UTC
Read the original article Hit count: 154

Filed under:

Hello everyone

I know using 'setEditing' to enable the edit(delete) of UITableView

But I prefer to disable the operation for some certain rows(enable other rows).

Is it possible?

Thanks

interdev

© Stack Overflow or respective owner

Related posts about iphone