有4个viewcontroller,分别是A,B,C,D. A presentViewController B presentViewController C presentViewController D
一层一层的返回是可以的.但我现在想在D(完成页面)直接返回到A,并且销毁B C D。
使用[self.presentingViewController dismissViewControllerAnimated:NO completion:nil]能够达到目的.
有4个viewcontroller,分别是A,B,C,D. A presentViewController B presentViewController C presentViewController D
一层一层的返回是可以的.但我现在想在D(完成页面)直接返回到A,并且销毁B C D。
使用[self.presentingViewController dismissViewControllerAnimated:NO completion:nil]能够达到目的.
本文标题:如何一下退出多个presentViewController出来的
本文链接:https://www.haomeiwen.com/subject/exbkjxtx.html
网友评论