How to hide navigation bar from popover in iPad?

I have one application presenting a popover view. Everything works well, but I cannot hide the navbar from the popover.

I have also searched a lot of things, but I am not getting any solutions.

This question may be a duplication of an existing popover related question, but I am not getting it out of it, so please help.

+3


source to share


1 answer


The navigation bar is only displayed if an instance is present as the popover content UINavigationController

. Use a different controller or hide the navigation bar on the controller itself.



0


source







All Articles