同じストーリーボードにあるほかのView Controllerのインスタンスを生成

アフィリエイト

あたりまえ体操。

いいともにあたりまえ体操の声の人がでていた。

 

あたりまえiPhone〜♪

表題の件はー、こうやる♪

- (IBAction)presentSpecialViewController:(id)sender {
    UIStoryboard *storyboard = self.storyboard;
    SpecialViewController *svc = [storyboard
instantiateViewControllerWithIdentifier:@"SpecialViewController"];
// 新しいView Controllerに対して設定を施す
[self presentViewController:svc animated:YES completion:nil];
} 

あたりまえiPhone♪

 

[参照]

iOS View Controller プログラミングガイド

https://developer.apple.com/jp/devcenter/ios/library/documentation/ViewControllerPGforiOS.pdf