UIViewController* vc = [[UIStoryboard storyboardWithName:@"Main" bundle:nil] instantiateViewControllerWithIdentifier:@"storyboardViewController"];

[vc setModalTransitionStyle:UIModalTransitionStylePartialCurl];

[self presentViewController:vc animated:YES completion:nil];

'Storyboard' 카테고리의 다른 글

Framework 안에 Storyboard 호출  (0) 2015.04.10
메인 스토리보드 이름 설정 및 확인  (0) 2015.04.03

+ Recent posts