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

Gregory Higley

Gregory Higley has asked 44 questions and find answers to 26 problems.

Stats

654
EtPoint
112
Vote count
44
questions
26
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.