Skip to content

Instantly share code, notes, and snippets.

@peerasak-u
Created May 24, 2014 11:12
Show Gist options
  • Select an option

  • Save peerasak-u/d8289d6c70df647fca9d to your computer and use it in GitHub Desktop.

Select an option

Save peerasak-u/d8289d6c70df647fca9d to your computer and use it in GitHub Desktop.
- (void)didMoveToParentViewController:(UIViewController *)parent
{
if (parent == nil) {
NSLog(@"Back");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment