Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不确定如何使用 Magical Record 获得 iCloud 更改的通知,甚至不知道如何获取它们。它与 iCloud 一起更新的唯一时间是我调用 save 时,而当我实际上没有更改时这样做似乎效率低下。
在与 iCloud 关联的持久性存储发生变化的地方,它会发布NSPersistentStoreCoordinatorStoresDidChangeNotification. 您应该订阅此通知并在它抛出时更新 UI。MR_find...可以像往常一样使用方法或使用获取控制器来获取更改MR_fetch...
NSPersistentStoreCoordinatorStoresDidChangeNotification
MR_find...
MR_fetch...
我在源代码中看到kMagicalRecordPSCDidCompleteiCloudSetupNotification。
kMagicalRecordPSCDidCompleteiCloudSetupNotification
您是否尝试过订阅它?