Last active
April 21, 2017 23:47
-
-
Save insidegui/839813b1754e31b648aaf47c50ae636a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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