同じクラスのView Controllerがいくつかあります。
特定のものにセグエするときに、どうすればそれらを区別できますか?
通常はこのコードを使用しますが、これはクラスのインスタンスが 1 つしかない場合にのみ機能します。
SecondViewController *secondview = [[SecondViewController alloc] initWithNibName:nil bundle:nil];
[self presentViewController:secondview animated:YES completion:nil];