Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save michal-majchrzycki/af3135932b67c76bfe90475debdb4067 to your computer and use it in GitHub Desktop.
Save michal-majchrzycki/af3135932b67c76bfe90475debdb4067 to your computer and use it in GitHub Desktop.
func getMeColor() -> NSFetchRequest {
let sortTitle = NSSortDescriptor(key: "date", ascending: true)
self.fetchRequest = NSFetchRequest(entityName: "Fruits")
let context = managedObjectContext
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment