Created
March 18, 2017 20:48
-
-
Save insidegui/5806c2078648de7425b1e59d6d2c49fb 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(format: "self contains %@", title) | |
let query = CKQuery(recordType: "Movie", predicate: predicate) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment