Skip to content

Instantly share code, notes, and snippets.

@MattFoley
Created August 20, 2013 18:43
Show Gist options
  • Save MattFoley/6285495 to your computer and use it in GitHub Desktop.
Save MattFoley/6285495 to your computer and use it in GitHub Desktop.
Navigation Controller memory management.
- (void)viewWillDisappear:(BOOL)animated
{
if (self.isMovingFromParentViewController) {
[self cleanForDealloc];
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment