Skip to content

Instantly share code, notes, and snippets.

@minsOne
Created June 24, 2014 10:11
Show Gist options
  • Select an option

  • Save minsOne/5f601df4838f12bcd8f1 to your computer and use it in GitHub Desktop.

Select an option

Save minsOne/5f601df4838f12bcd8f1 to your computer and use it in GitHub Desktop.
UIViewController *mainViewController = [[[UIApplication sharedApplication] keyWindow] rootViewController];
while (mainViewController.presentedViewController != nil) {
mainViewController = mainViewController.presentedViewController;
}
[mainViewController presentViewController:kidsLockViewController animated:YES completion:nil];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment