Skip to content

Instantly share code, notes, and snippets.

@fitomad
Last active October 15, 2019 13:51
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 fitomad/e65d5c3afc88780e7230f69ba5031dee to your computer and use it in GitHub Desktop.
Save fitomad/e65d5c3afc88780e7230f69ba5031dee to your computer and use it in GitHub Desktop.
/// Contenedor. En este caso es el nuevo
/// preparado para trabajar con `CloudKit`
internal var storeContainer: NSPersistentCloudKitContainer!
/// Contexto del contenedor de datos
public var managedObjectContext: NSManagedObjectContext
{
return self.storeContainer.viewContext
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment