Errata for Hour 20 - “Sams Teach Yourself iPhone Application Development in 24 Hours”
Page 534 - Implementing the Media Picker:
[musicPicker release]
Comment out this line to get the App to work.
April 20th, 2010 at 4:39 pm
Page 534 - Implementing the Media Picker:
[musicPicker release]
Comment out this line to get the App to work.
April 20th, 2010 at 4:39 pm
Page 412 -Â Show Cards and Capture Results:
Click the CreateCardViewController.m file in the Classes group, add code to synthesize the properties, …
This should read FlashCardsViewController.m
Page 435 -Â Update FlashCard Persistance to Use Core Data:
NSManagedObject *newCard = [NSEntityDescription insertNewObjectForEntityForName:@”FlashCard”Â
This should read:
FlashCard *newCard = [NSEntityDescription insertNewObjectForEntityForName:@”FlashCard”
April 20th, 2010 at 4:10 pm
A while back one of the iPhone beginner books we reviewed, “Sams Teach Yourself iPhone Application Development in 24 Hours”, proved to have a number of mistakes that prevented anyone at a learning level from progressing and completing some of the chapters. These occured further into the book which in some ways make it even [...]
April 20th, 2010 at 3:52 pm