search results

  1. I\'m running into a crash issue while developing an iPhone app with Core Data. The app syncs data with a webservice on a background thread. When the app first launches ...
    stackoverflow.com/questions/3133402 - Cached
  2. Is it really so simple now in iOS5? I used to perform a background fetch using this code in my AppDelegate: dispatch_queue_t downloadQueue = dispatch_queue_create ...
    stackoverflow.com/questions/8305227/​core-data-background... - Cached
  3. This was exactly the issue that I was having while importing using Core Data in a background thread. I was creating my new ManagedObjectContexts in the init() ...
    www.duckrowing.com/2010/03/11/using-​core-data-on... - Cached
  4. After spending two whole days working with Core Data, I finally found the best way (at least for me) of performing operations in background threads. Apple claimed in ...
    www.scoop.it/t/core-data/p/2679225683/​core-data... - Cached
  5. Importing a large amount of data into Core Data can be very time consuming and can leave your application unusable during the import unless you run the import in the ...
    www.briankoponen.com/importing-data-​into-core-data-on-a... - Cached
  6. Can we use this paradigm to save Core Data objects on a background thread? What if we had a save API resembling this animation API?
    www.cimgf.com/2011/05/04/core-data-and-​threads-without... - Cached
  7. Hi list and all core data masters that have helped me recently! I would like to do a fetch in a thread because of core data slowness: i have about 50 000 objects to ...
    www.cocoabuilder.com/...core-data-​backgroundfetching-app... - Cached
  8. Correct way of threading a Core Data background worker? iPhone/iPad Programming
    forums.macrumors.com/​showthread.php?t=1108771 - Cached
  9. Sebastian Rehnby: When using Core Data, each managed object context should be confined to a single thread. In order to use managed objects on the main thread, they ...
    iosdevelopertips.com/data.../​background...core-data.html
  10. [CoreData] Background Insertion (was Save in Core Data from another thread)
    www.cocoabuilder.com/archive/cocoa/​191760-coredata... - Cached