我在网上搜索了很多这样的问题,但我找不到答案,似乎每个人都在使用navigationcontroller
,而我只是在使用uiviewcontroller
我正在显示这样的 UIViewcntroller:
[self presentViewController:controller animated:NO completion:nil];
当我在使用之前释放控制器以显示控制器时:
[自我dismissViewControllerAnimated:没有完成:无];
我所拥有的是 C 中的 A->B->C 我需要关闭 C 和 B UIViewControllers,我该如何实现?