I have a screen that supports Device Orientation.
Everything is working fine except for the fact that when I rotate the device upside down (home button at top), the rotation doesn't work (it's stuck on the last landscape settings).
I know of several places needed be updated to support this:
- In the VC itself, I added the methods:
- In the Project Target, I updated as follow:
- In the Storyboard VC Scene, I updated as follow:
What am I missing here?