Changes

Jump to: navigation, search

IPhone Data Persistence using Archiving

4 bytes removed, 12:23, 30 July 2010
Releasing Memory
== Releasing Memory ==
Having allocted memory in the implementing the above outlets, it is important that we add code to free up any resources that were allocated during execution of the application. To do so, edit the coreDataViewController.m file again and modify the viewDidUnload and dealloc methods as follows:
<pre>

Navigation menu