Backelite/MaryPopin

The blur effect does not cover the navigation bar

Opened this issue · 3 comments

The blur effect does not cover the navigation bar if I Uncheck "Under Top Bars" in the UIViewController's Extend Edges.

Any suggestion? Thanks

Sorry for the delay. Did you try presenting the popin on the navigationController property ?

How to present popin on naviagationController?

Assuming that self is a subclass of UIViewController you just have to call

[self.navigationController presentPopinController:popinVc animated:YES completion:NULL];