Monday, November 23, 2009

iPhone dev Stupidity 100: viewDidUnload

From apple doc:

Called when the controller’s view is released from memory.

- (void)viewDidUnload

Discussion

This method is called as a counterpart to the viewDidLoad method. It is called during low-memory conditions when the view controller needs to release its view and any objects associated with that view to free up memory.


No comments: