Skip to content

Instantly share code, notes, and snippets.

@rigibun
Created October 19, 2018 13:11
Show Gist options
  • Save rigibun/bc35d47ca8dd9936524ada02575db176 to your computer and use it in GitHub Desktop.
Save rigibun/bc35d47ca8dd9936524ada02575db176 to your computer and use it in GitHub Desktop.
let fetchRequest = NSFetchRequest(entityName: "Record")
fetchRequest.predicate = NSPredicate(format: "file == NULL")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment