Changes

An iPhone OS Core Data Tutorial

78 bytes added, 15:41, 3 August 2010
Adding Actions and Outlets to the View Controller
</pre>
NextSave the file, then select the ''coreDataViewController.m'' implementation file, add an ''@synthesize'' directive for the outlets and add template methods for the two declared actions:
<pre>
@end
</pre>
 
Once the changes are complete save the file before proceeding.
== Designing the User Interface ==