Basically, I’m getting tired of writing NSFetchRequest and NSEntityDescription and NSSortDescriptor and sometimes NSPredicate and all that just to create/access a Core Data Entity.
I’m thinking that I’ll make a Category on the Entity (as that could be used everywhere) but I wanted to check with y’all.
How do you do it all elegantly and DRY?
I had the same problem until I found Magical Record. It’s just great to fetch entities but also removes the mess to setup CoreData.
You can find it here: https://github.com/magicalpanda/MagicalRecord