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

Gregory Higley

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

Stats

823
EtPoint
171
Vote count
47
questions
30
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.