Baseflow/Xamarin-Sidebar

Side menu still accessible after pushing view controller onto stack

egfconnor opened this issue · 1 comments

If I do NavigationController.PushViewController I can slide out the side menu on the navigation bar still. Is this the intended behavior or did I do something wrong?

I wasn't using a UINavigationController for my RootViewController which is what I should have been doing. My mistake.