52inc / Pulley

A library to imitate the iOS 10 Maps UI.
https://cocoapods.org/pods/Pulley
MIT License
2.02k stars 265 forks source link

Is it possible to show drawer above modal presentation? #388

Closed fl034 closed 4 years ago

fl034 commented 4 years ago

In my situation I want to show a drawer over a UINavigationController. The drawer should stay visible, when pushing other view controllers (this already works) or when presenting them modally (this doesn't work). I already tried different UIModalPresentationStyle values, but none of them fixed the issue.

Is there a way to tell Pulley to show the drawer above the modal presented view?

If not, can someone hint me how to alter the code to achieve this?

Thanks

fl034 commented 4 years ago

Not needed anymore