Saturday, February 15, 2014

  • A Guide to Core Data Concurrency

    The iOS ethos of instant responsive UI elements means putting as much work as possible in background threads and as little work in the main thread. For most cases we are fine with using an NSOperationQueue or GCD, but getting concurrency to work in core data sometimes feels more like black magic…

0 comments:

Post a Comment