Document Revision History

This table describes the changes to iPhoneCoreDataRecipes.

DateNotes
2017-07-20

Upgraded for Xcode 8, replaced deprecated APIs, removed compiler warnings.

2014-03-17

Upgraded for iOS 7, modernized, and upgraded to use ARC, now uses storyboard.

2010-06-25

Deployment target set to iPhone OS 3.2.

2010-06-17

Replaced deprecated "didFinishPickingImage" method of UIImagePickerController, upgraded project to build with the iOS 4 SDK.

2010-04-20

Corrected memory management error in IngredientDetailViewController.m.

2009-07-14

Added UIGraphicsEndImageContext and textFieldShouldReturn: method to RecipeDetailViewController.m. Added viewDidUnload methods to several view controllers. Cleaned up error-handling code. Added a xib file for TemperatureCell.

2009-06-04

Shows how you can use view controllers, table views, and Core Data in an iPhone application.