I have a UIPopoverController with a subclass of UINavigationController. The parent and child view are UITableviews.
When I call the parent view initially with contentSizeForViewInPopover = (320,480), it works fine.
When I click on the child view, I resize the popover to contentSizeForViewInPopover = (320,780)
Returning to the parent view, I cannot force popover to resize to contentSizeForViewInPopover = (320,480). popover remains in the amount of (320,780).
I tried everything, but something was missing. Does anyone know how to resize a view using UIPopoverControllers in the above script?
Thanks at Advance !!
iphone resize uipopovercontroller
Abbacore May 28 '10 at 2:25 a.m. 2010-05-28 02:25
source share