runway20 / PopoverView

A simple UIView popover control for iPhone/iPad written in CoreGraphics.
1.02k stars 214 forks source link

Proper device orientation not always recognized #27

Open quickthyme opened 11 years ago

quickthyme commented 11 years ago

Popover views don't always orient themselves as expected. In situations where the application is not using auto rotate to handle orientation changes, popoverview opens in portrait regardless of the device's actual orientation. Apple's built-in UIPopoverController resolves this by basing it's orientation on that of the status bar. Can this be altered to do the same? Or alternatively, maybe an additional optional delegate method could be added that would allow us to override the default orientation if desired?

Thanks, and fantastic job on this. Very nicely done.

maxwell-fraser commented 11 years ago

Any update on this?