NSTableView with Core Data Tutorial using NSFetchedResultsController

In this tutorial, I will walk you through using an NSTableView with Core Data in a macOS application. We will use NSFetchedResultsController to manage the data and perform the necessary updates. This tutorial assumes you have some familiarity with Swift, Xcode and Cocoa (macOS) development using storyboards. Create a new macOS project in Xcode: Open … Read more