There is a 3rd setting for popoverType now. Choosing it will make popover attempt to select proper type, .up or .down, depending on how much room there is left to the bottom screen edge. Defaults to .down if anything goes wrong.
Usage:
popover.popoverType = .auto
The default type (which is .down at the moment) was not changed, because this new .auto option might probably need better testing on different orientations.
There is a 3rd setting for popoverType now. Choosing it will make popover attempt to select proper type,
.up
or.down
, depending on how much room there is left to the bottom screen edge. Defaults to.down
if anything goes wrong.Usage:
popover.popoverType = .auto
The default type (which is
.down
at the moment) was not changed, because this new.auto
option might probably need better testing on different orientations.