G guydor macrumors member Original poster 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 May 29, 2010 #2 You just do not implement the canEditAtRowIndexPath. You may want to check the exact method name.