I want to work through this example code in which Swift and CoreData is used to create a table. However, using Swift 3 I fail to get it to work. Most importantly, I cannot prope
I swift 3 you can get managedContext set by this code:
let managedContext = (UIApplication.shared.delegate as! AppDelegate).persistentContainer.viewContext