-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Navigation bar overlap status bar iOS 13 xcode 11 #70
Comments
Could not reproduce, please provide a sample |
I think the issue is related to UIViewController's present method. The sidemenu container view controller's frame grows after dismiss. |
I managed to fix the issue in Xamarin adding this line(Window.rootViewController = navBar) into the below method in the ViewPresenter class. It is mentioned here https://stackoverflow.com/questions/57922502/uinavigationbar-overlapping-status-bar-when-open-project-in-xcode-11. protected override UINavigationController CreateNavigationController(UIViewController viewController)
|
Dears,
As you can see in the attached photo, after showing the side menu the navigation bar goes behind the status bar, this issue only happens in iOS 13, earlier versions don't have this issue
The text was updated successfully, but these errors were encountered: