Skip to content

Instantly share code, notes, and snippets.

@saiday
Last active November 19, 2015 08:49
Show Gist options
  • Select an option

  • Save saiday/bd98e6c6507be7f14795 to your computer and use it in GitHub Desktop.

Select an option

Save saiday/bd98e6c6507be7f14795 to your computer and use it in GitHub Desktop.
NextViewController *newVC = [[NextViewController alloc] init];
newVC.transitioningDelegate = self;
newVC.modalTransitionStyle = UIModalPresentationCustom;
[self presentViewController:newVC animated:YES completion:nil];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment