Notes
Notes copied to clipboard
context is not saved in NoteViewController.swift
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 Note") print("(saveError), (saveError.localizedDescription)") }