I have a tableview in which I have implemented “Load More Records” feature. But I have also implemented “swipe to delete” feature so that user can swipe a row and “Delete” button will appear.
I want to make sure that “swipe to delete” feature is not enabled for the row which has “Load More records”.
How can I do that?
Try setting a condition within the tableView:canEditRowAtIndexPath: method of the table view’s data source: