なぜわからないのですかdismissViewControllerAnimated:completion:
。私はただそれをしたい。プッシュセグからストーリーボードでviewControllerを解除するにはどうすればいいですか?
は私が
[self performSegueWithIdentifier:@"my_segue" sender:self];
で始まるしかし、私は何も起こらないよりも却下呼んでいます。別のセグを作成することもできますが、新しいView Controllerを作成します。
私の質問は次のとおりです。performSegueWithIdentifier:sender:
をどのように拒否しますか?
'[docs](http://developer.apple.com/library/ios/#documentation/UIKit/Reference/UIViewController_Class/Reference/Reference.html)のように' dismissModalViewControllerAnimated: 'を使わないでください。推奨されていません。代わりに 'dismissViewControllerAnimated:completion:'を使うべきです。 –