The blur effect does not cover the navigation bar
Opened this issue · 3 comments
zhouhao27 commented
The blur effect does not cover the navigation bar if I Uncheck "Under Top Bars" in the UIViewController's Extend Edges.
Any suggestion? Thanks
sparga commented
Sorry for the delay. Did you try presenting the popin on the navigationController
property ?
shahankit commented
How to present popin on naviagationController
?
sparga commented
Assuming that self
is a subclass of UIViewController
you just have to call
[self.navigationController presentPopinController:popinVc animated:YES completion:NULL];