Skip to content

Instantly share code, notes, and snippets.

@dreampowder
Created September 3, 2014 13:31
Show Gist options
  • Save dreampowder/65d45a7c58afb3511e89 to your computer and use it in GitHub Desktop.
Save dreampowder/65d45a7c58afb3511e89 to your computer and use it in GitHub Desktop.
Check if user has pressed back button on navigationcontroller
- (void)didMoveToParentViewController:(UIViewController *)parent
{
// parent is nil if this view controller was removed
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment