我正在使用NavigationController来显示从MvxViewController继承的View。我的NavigationController被隐藏了。
如果我尝试在iOS 7上使用手势作为
public override void ViewDidLoad()
{
...
this.NavigationController.InteractivePopGestureRecognizer.Enabled = true;
...
}
我在InteractivePopGestureRecognizer上有一个NullPointer异常
对象引用未设置为对象的实例
如何在没有显示导航控制器的情况下模拟回来?