Open arnoappenzeller opened 10 years ago
Thanks! And sorry for only getting back to this now. Maybe you could submit a pull request, or maybe @bcapps or @mattbischoff could have a look at this? I think it'll be nice to include!
I'll take a look tonight.Matt
On Mon, Aug 11, 2014 at 6:38 AM, Chris Eidhof notifications@github.com wrote:
Thanks! And sorry for only getting back to this now. Maybe you could submit a pull request, or maybe @bcapps or @mattbischoff could have a look at this? I think it'll be nice to include!
Reply to this email directly or view it on GitHub: https://github.com/objcio/articles/issues/6#issuecomment-51764804
Ping @mattbischoff =)
I’ll PR it. Sorry for the delay.
The iCloud and CoreData Article is in fact pretty good but for me there was one thing missing.
I wondered how to figure out when to update the UI when an App is first launched and the iCloud Store is filled with data. I tought listening for the Notification in storesWillChange: would be enough. In fact you need to update when the storeDidChange: like this (otherwise the managedObjectContext would still be different to the iCloud content):
I'm not sure if this was the focus of the article or I didn't read it carefully enough but maybe it's worth a consideration.