I'm overriding this method in my iOS 5 application: - (void)awakeFromSnapshotEvents:(NSSnapshotEventType)flags
According to the documentation, 'flags' is a bitmask of NSSnapshotEventType constants. However, it seems that the 'flags' value is always 128 when this method is called by CoreData. This value is not defined in the headers. I ask, because when my application is playing audio using an AudioQueue, playback usually get's interrupted when awakeFromSnapshotEvents: is called (mostly at times when there is no user interaction with the app). This is not caused by my override of awakeFromSnapshotEvents:. I'm trying to understand what is happening in the app / frameworks when flags == 128… patrick -- Patrick Machielse Hieper Software http://www.hieper.nl i...@hieper.nl _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com