MoZhouqi / KMNavigationBarTransition

A drop-in universal library helps you to manage the navigation bar styles and makes transition animations smooth between different navigation bar styles while pushing or popping a view controller for all orientations. And you don't need to write any line of code for it, it all happens automatically.
MIT License
3.38k stars 455 forks source link

If viewController.modalPresentationStyle is custom #122

Open Kofktu opened 6 years ago

Kofktu commented 6 years ago

If UIViewController modalPresentationStyle is custom/currentContext/overCurrentContext UIWrapperView.backgroundColor is clear or dimmed color

After pushing the viewController, there is a case in which the backgroundColor changes to white when pop and return to the original page.

Kofktu commented 6 years ago

PR-124