3Squared / SQKDataKit

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

Core data operation finishing bug #68

Closed lukestringer90 closed 8 years ago

lukestringer90 commented 8 years ago

If the core data operation fails to save it's private context it will now finish properly rather than remaining in the executing state perpetually.

Addresses #61