I have a UIPopoverPresentationController which is triggered by a BarButtonItem. I understand how to set the size of the popover using preferredContentSize (although getting it to change with rotation seems iffy) -- but is there any way to finesse the position of the thing? I want it to appear about 50 pixels to the right of where it shows up, so that I can see another interface element.
I would have thought that the popoverLayoutMargins property would be useful for this - but I can't get that to do anything. It seems to just ignore it.
Anyone know?
Thanks!
Bob