I’m showing a view in a popover. When I click a button in this view, another view will be pushed into the popover using a navigation controller. While pushing, the height of the popover gets extended. How do I retain the same popover height?
Share
In all your view controllers, override
-contentSizeForViewInPopoverand return the same size in all of them.