我了解如何通过 Push 显示 ViewController。
但是,如何重新显示已推送且仍在加载但在屏幕上不可见的视图。
我试过了
BaseView.PresentViewController(CurrentViewController,true,null);
但是,我得到了这个错误:Objective-C 异常抛出。名称:NSInvalidArgumentException 原因:应用程序试图以模态方式呈现活动控制器
如果视图控制器是新的,我可以使用 Push 并且它可以工作 BaseView.NavigationController.PushViewController(CurrentViewController,true);