Friend-LGA / LGSideMenuController

iOS view controller which manages left and right side views
MIT License
2.05k stars 331 forks source link

Gap created when controller on rootview is forcefully swiped with leftViewPresentationStyle as scaleFromBig #180

Closed Prashant-Sah closed 3 years ago

Prashant-Sah commented 4 years ago

I have set a navigation controller as the rootcontroller a controller with collectionview in it is the root controller of the navigation controller. I have a controller with menu items as LeftController. With leftview open and the presentation style set as ScaleFromBig, I pull the screen up and down on the controller with collectionview. On tapping the leftmenu a gap is created between the navigationbar and the view and the navigation bar moves up. I have attached the screenshot.

I'm using Xcode 11.3, Swift-5 and LGSideMenuController (2.1.1)

Screen Shot 2020-06-01 at 13 01 38
Friend-LGA commented 3 years ago

Can you try current master to check if the issue still actual?

Friend-LGA commented 3 years ago

Feel free to reopen if the issue is still reproducible.