错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Saving Records to Multiple Tables

  • Shantanu Baruah,
  • Shaurya Baruah

摘要

Often based on your app data persistent design, you must save multiple records to many tables in one transaction. As the iCloud callbacks are asynchronous, if you save one record at a time, it becomes a cumbersome process, for you need to wait for the first record save option to complete before you can invoke the next one.