Core Data and threads / Grand Central Dispatch

后端 未结 6 1278
臣服心动
臣服心动 2020-11-29 15:44

I\'m a beginner with Grand Central Dispatch (GCD) and Core Data, and I need your help to use Core Data with CGD, so that the UI is not locked while I add 40.000 records to C

6条回答
  •  离开以前
    2020-11-29 16:31

    This blog post has a detailed description on Core Data concurrency and sample code: http://www.duckrowing.com/2010/03/11/using-core-data-on-multiple-threads/

提交回复
热议问题