Hello,
Is there any way to make it so that the user cannot swipe-to-delete items? I can't find this property anywhere!!
This is Objective-C xCode iOS
Thanks, Christian Stewart
Hello,
Is there any way to make it so that the user cannot swipe-to-delete items? I can't find this property anywhere!!
This is Objective-C xCode iOS
Thanks, Christian Stewart
Ah! Already figured it out. Just don't implement commit editing style :D Thanks,
Christian Stewart
Just don't implement the commit editing style method.
- (void)tableView:(UITableView *)tableView commitEditingStyle:(UITableViewCellEditingStyle)editingStyle forRowAtIndexPath:(NSIndexPath *)indexPath