0
在我的Main.storyboard中,我有2個NavigationControllers,SplashNavigationController和LoggedInNavigationController。如何以編程方式在Xamarin中切換NavigationViewControllers?
如何以編程方式從SplashNavigationController中的ViewControler轉到LoggedInNavigationController的根?(我在LoginViewController [在SplashNavigationController]中創建了一個按鈕,可以延續到它,但我想知道如何才能做到這一點編程方式從我的視圖控制器控制的新帳戶)