I have the code:
let appDel:AppDelegate = UIApplication.shared.delegate as! AppDelegate
let context:NSManagedObjectContext = appDel.persistentContainer.viewContext
But xcode reports the error:
Value of type AppDelegate has no member managedObjectContext.
I would like to find a solution, thanks a lot.