UIPopoverController w/ UINavigationController Subview contentSizeForViewInPopover doesnt work on Par
Posted
by Abbacore
on Stack Overflow
See other posts from Stack Overflow
or by Abbacore
Published on 2010-05-28T02:25:45Z
Indexed on
2010/05/28
2:31 UTC
Read the original article
Hit count: 1251
resize
|uipopovercontroller
I have a UIPopoverController with a subclass UINavigationController. Both the parent and child views are UITableviews.
When i call parent view originally with contentSizeForViewInPopover = (320,480) it works great.
When i click into the child view i resize the popover to contentSizeForViewInPopover = (320,780)
When return back to the parent view i cannot get the popover to resize back to contentSizeForViewInPopover = (320,480). the popover stays at the (320,780) size.
Been trying everything but just missing something. Anyone know how resize the view with UIPopoverControllers in the above scenario?
Thanks in Advance!!
© Stack Overflow or respective owner