Core Data from Scratch: More NSFetchedResultsController
By Bart Jacobs In this tutorial, we continue our exploration of the NSFetchedResultsController class by adding the ability to update and delete to-do items. You’ll notice that updating and deleting to-do items is surprisingly easy thanks to the groundwork we laid in the previous tutorial. 1. Updating a Record’s Name Step 1: Create View Controller […]