Skip to content

Instantly share code, notes, and snippets.

@insidegui
Created March 18, 2017 20:48
Show Gist options
  • Save insidegui/5806c2078648de7425b1e59d6d2c49fb to your computer and use it in GitHub Desktop.
Save insidegui/5806c2078648de7425b1e59d6d2c49fb to your computer and use it in GitHub Desktop.
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