Notes
Notes copied to clipboard
Mastering Core Data With Swift 3
Results
1
Notes issues
Sort by
recently updated
recently updated
newest added
func func save(_ sender: Any) does not save the context. this might fix it: do { try note?.managedObjectContext?.save() } catch { let saveError = error as NSError print("Unable to Save...