While Parse Cloud Code provides an on-save hook that lets you perform custom actions on the backend when objects are saved, their iOS SDK doesn't have any similar hook for when objects are saved into the local datastore with -save(Eventually)*
methods.
I would like changes in data to drive my custom actions, such as update the application's UI, refreshing a table etc.. How could this be done? Are there any NSNotification
s that you could observe?