Changes

Jump to: navigation, search
Modifying viewDidUnload
The final step prior to building and testing the application is to make sure any memory allocated within the view controller is released. This involves changes to the viewDidUnload method located in the datePickerViewController.m file:
<pre>
- (void)viewDidUnload {
// Release any retained subviews of the main view.

Navigation menu