UITableViewCell: Allowing Selective Deletion

Posted by Aran Mulholland on Stack Overflow See other posts from Stack Overflow or by Aran Mulholland
Published on 2010-05-29T11:13:58Z Indexed on 2010/05/29 11:22 UTC
Read the original article Hit count: 158

I have a table view and want to allow rearranging of all cells, however there are certain cells that i do not want to be allowed to be deleted. when the UiTableView is put into deletion mode i do not want the red '-' button to appear on the left hand side, and do not want the swipe gesture to bring up the Delete button of these cells but want it to happen for the others. Any ideas?

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about cocoa-touch