I have UIPopoverController
in my application. It contains UINavigationController
. When I show UIPopoverController
it uses correct content size of top view controller. When I push view controller UIPopoverController
is getting resized (that is what I expect). But when I pop back to previous view controller, it does not getting resized.
I used code from here. But it does not help.
Everything works fine for iOS 7.
Can anyone help me?