Errata on Chapter 3
On page 53 there is a defect that can cause the app to fail in some circumstances. The changes to the code are in red.
NSError *error=nil;
NSDictionary *dict = [NSDictionary dictionaryWithObjectsAndKeys: @”dog”, @”animal”,
@”fido”, @”name”,
@”20”, @”weight”, nil];
I apologize for the mistake.
Jack
Last edited by jack_cox; November 8th, 2012 at 11:42 AM..
|