Nick Entin
Nick Entin
I've got the same issue, where I have pop-up ViewControllers - tooltips for the NavigationBar in the background view still shown on top of everything.
@funnel20, thank you, I've actually reverted the code to previous state, instead of: ``` UIView *targetView = (UIView *)[barButtonItem performSelector:@selector(view)]; UIView *containerView = targetView.window; ``` I use old one: ```...
@funnel20 I recognized that my code was not enough (I did it via class inheritance), as for some reason those tooltips were not dismissable on click afterwards. I applied your...