Skip to content

Instantly share code, notes, and snippets.

@laevandus
Created July 6, 2018 04:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laevandus/c3bf5ff3051ee3bc62032f0f1e87bbca to your computer and use it in GitHub Desktop.
Save laevandus/c3bf5ff3051ee3bc62032f0f1e87bbca to your computer and use it in GitHub Desktop.
func insertNewEntity(named name: String) -> NSManagedObject {
return NSEntityDescription.insertNewObject(forEntityName: name, into: viewContext)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment