Changes

Jump to: navigation, search

An iPhone OS Core Data Tutorial

No change in size, 15:56, 3 August 2010
Saving Data to the Persistent Store using Core Data
NSError *error;
[context save:&error];
Statusstatus.text = @”Contact saved”;
}
</pre>

Navigation menu