// 拡張子覗いたStoryboard名を指定する
UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"CustomViewController" bundle:nil];
CustomViewController *vc = [storyboard instantiateInitialViewController];
vc = self;
[self presentViewController:vc animated:YES completion:NULL];
最終更新:2016年03月17日 13:26