Skip to content

Instantly share code, notes, and snippets.

@insidegui
Last active April 21, 2017 23:47
Show Gist options
  • Save insidegui/839813b1754e31b648aaf47c50ae636a to your computer and use it in GitHub Desktop.
Save insidegui/839813b1754e31b648aaf47c50ae636a to your computer and use it in GitHub Desktop.
let predicate = NSPredicate(value: true)
let query = CKQuery(recordType: "Movie", predicate: predicate)
let operation = CKQueryOperation(query: query)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment