UIViewController *vc = self;
while (vc.presentingViewController) {
vc = vc.presentingViewController;
}
[vc dismissViewControllerAnimated:YES completion:nil];
UIViewController *vc = self;
while (vc.presentingViewController) {
vc = vc.presentingViewController;
}
[vc dismissViewControllerAnimated:YES completion:nil];
本文标题:dismiss到最底层 或者指定界面
本文链接:https://www.haomeiwen.com/subject/jwqrhxtx.html
网友评论