You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)")
}
The text was updated successfully, but these errors were encountered:
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)")
}
The text was updated successfully, but these errors were encountered: