我有 3 个应用程序UIViewContoller
UIViewContollerA
UIViewContollerB
UIViewContollerC
UIViewContollerA打开UIViewContollerB与presentModalViewController
UIViewContollerB打开UIViewContollerC_presentModalViewController
而且我希望有可能一键UIViewContollerC关闭所有 UIViewController。
我尝试打dismissModalViewControllerAnimated了两次电话,但它不起作用,还有其他选择吗?这是可能的?