MarcBruins/TTGSnackbar-Xamarin-iOS

Snackbar dos'nt work with NavigationController

rohitpalyekar opened this issue · 0 comments

"navController = new UINavigationController(this);
navController.NavigationBarHidden = true;
window.RootViewController = navController;
window.MakeKeyAndVisible();"

after which I pop in a view controller. This navigation works fine but the Snackbar is not displayed due to the UIWindow.Level.