タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

multithreadとCoreDataに関するpaellaのブックマーク (1)

  • Core Data multi thread application

    I'm trying to use core data in a multi thread way. I simply want to show the application with the previously downloaded data while downloading new data in background. This should let the user access the application during update process. I have a NSURLConnection which download the file asyncronously using delegate (and showing the progress), then i use an XMLParser to parse the new data and create

    Core Data multi thread application
    paella
    paella 2011/01/18
    Core Dataをマルチスレッドで扱うときの注意事項4+3箇条。ただしAppleのドキュメントはまず読もうね、ちゃんと読むようにねとのこと。
  • 1