You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: