G guydor macrumors member Original poster Mar 10, 2009 67 0 May 25, 2010 #1 Hi, I would like to know how do I disable the delete option in UITableView with disabling the rearranging option? Thanks!
Hi, I would like to know how do I disable the delete option in UITableView with disabling the rearranging option? Thanks!
KoolStar macrumors demi-god Oct 16, 2006 825 9 Kentucky May 29, 2010 #2 You just do not implement the canEditAtRowIndexPath. You may want to check the exact method name.