3Squared / SQKDataKit

Lightweight Core Data helper to reduce boilerplate code.
MIT License
19 stars 6 forks source link

Added method to delete objects in a context with a predicate. #42

Closed steprescott closed 9 years ago

steprescott commented 10 years ago

Currently we have delete all in context and delete object.

This just allows a predicate to be passed so all objects matching the predicate in the given context will be delete.