Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Gregory Higley

Gregory Higley

Gregory Higley has asked 47 questions and find answers to 29 problems.

Stats

810
EtPoint
169
Vote count
47
questions
29
answers

About

Author of CoreDataQueryInterface.

If you work with Core Data and would rather say this…

managedObjectContext.from(Employee)
    .filter{ $0.department.name == "Engineering" }
    .order{ $0.lastName }

than set a bunch of properties on NSFetchRequest, you probably want to use CDQI.