私は3のアプリを持っていますUIViewContoller
UIViewContollerA
UIViewContollerB
UIViewContollerC
UIViewContollerA
で開くUIViewContollerB
でpresentModalViewController
UIViewContollerB
開くUIViewContollerC
presentModalViewController
UIViewContollerC
そして、ボタンを1回クリックするだけで、すべてのThe UIViewControllerを閉じることができるようにしたいと考えています。
2 回電話をかけようとしdismissModalViewControllerAnimated
ましたが、うまくいきません。他に方法はありますか? それが可能だ?