: UIManagedDocument? : " iOS ". , , ( , ). .
, AppDelegate
- (void)applicationWillResignActive:(UIApplication *)application
( , UIManagedDoc)
UIManagedDocument, , " UIDocumentStateChangedNotification"
: . : , . UIManagedDocument, , , .
stuff1 stuff2 - , - .
, , . Apple , . UIManagedDocument, .
, , - - , - .
, , , ( , ?), - UIManagedDocument , .
EDIT: , , . , , , , . , , , , . Apple DataSource, , ( , , ..).
,
- (void)objectsDidChange:(NSNotification *)notification
{
#ifdef DEBUG
NSLog(@"NSManagedObjects did change.");
#endif
}
- (void)contextDidSave:(NSNotification *)notification
{
#ifdef DEBUG
NSLog(@"NSManagedContext did save.");
#endif
}
, , :
userInfo = {
inserted = "{<the Core data fields inserted>}";
updated = "{<code data fields updated>}";
}}
. , , . , ..
UIManagedDoc , .
!