Skip to content

Instantly share code, notes, and snippets.

@yojkim
Created May 22, 2017 12:13
Show Gist options
  • Save yojkim/ec58044d00b970c70b95e4d5ef2225ec to your computer and use it in GitHub Desktop.
Save yojkim/ec58044d00b970c70b95e4d5ef2225ec to your computer and use it in GitHub Desktop.
// Objective-C , iOS 8 이상
TestViewController* vc = [[TestViewController alloc] init];
vc.providesPresentationContextTransitionStyle = YES;
vc.definesPresentationContext = YES;
[vc setModalPresentationStyle:UIModalPresentationOverCurrentContext];
[self.navigationController presentViewController:vc animated:NOcompletion:nil];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment