Changes

Jump to: navigation, search

IPhone Data Persistence using Archiving

1 byte removed, 12:27, 30 July 2010
Releasing Memory
== Releasing Memory ==
Having allocted memory in 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 coreDataViewControllerarchiveViewController.m file again and modify the viewDidUnload and dealloc methods as follows:
<pre>

Navigation menu