views:

48

answers:

1

Hi there

Could anyone confirm me the maximum size of a popoverview?

Thanks

+1  A: 

From the setPopoverContentSize: documentation:

When changing the size of the popover’s content, the width value you specify must be at least 320 points and no more than 600 points. There are no restrictions on the height value. However, both the width and height values you specify may be adjusted to ensure the popup fits on screen and is not covered by the keyboard.

Todd Yandell