Hello guys, first off very nice library!
Intro
- Xcode 9 GM
- Swift 3.2
- iOS 11
- Simulator and device
Issue
If we embed UINavigationController as child view to MenuContainerViewController on iOS11, there is an issue with UINavigationBar height, when closing the side menu. When interaction starts, UINavigationBar will resize itself from the top to the size that will be 20pt less then the size of child view, so you will be able to see the view behind.
This can be only seen on iOS11. I tried various stuff to fix it but without much success. If we hide navigation bar, or if the status bar is hidden, the issue will disappear.
I'm also attaching a project so that you can check it out.
InteractiveSideMenu-Issue.zip
Hello guys, first off very nice library!
Intro
Issue
If we embed
UINavigationControlleras child view toMenuContainerViewControlleron iOS11, there is an issue withUINavigationBarheight, when closing the side menu. When interaction starts,UINavigationBarwill resize itself from the top to the size that will be 20pt less then the size of child view, so you will be able to see the view behind.This can be only seen on iOS11. I tried various stuff to fix it but without much success. If we hide navigation bar, or if the status bar is hidden, the issue will disappear.
I'm also attaching a project so that you can check it out.
InteractiveSideMenu-Issue.zip