Skip to content

Instantly share code, notes, and snippets.

View michal-majchrzycki's full-sized avatar

Michal Majchrzycki michal-majchrzycki

  • Poland, Poznan
View GitHub Profile
func getMeColor() -> NSFetchRequest {
let sortTitle = NSSortDescriptor(key: "date", ascending: true)
self.fetchRequest = NSFetchRequest(entityName: "Fruits")
let context = managedObjectContext