I have a UITableView and in each row is the name of an array in a plist. This means that when I try and use the normal swipe to delete method of:
[tableView deleteRowsAtIndexPaths:indexPaths withRowAnimation:UITableViewRowAnimationAutomatic]
The app crashes. How can I tell the swipe to delete to find the array in the plist and delete it?
Thanks,
Chris