I noticed a bug where the iPhone status bar will remain in portrait position while the rest of the app is in landscape.
It only happens when you use the passcode lock screen, because the modal lock screen forces the app to relaunch in portrait mode.
To reproduce:
- Start the app, enable the lock screen
- Rotate to landscape
- Exit the app (send it to the background)
- Rotate to portrait
- Re-open the app. It will open in portrait because of the lockscreen
- After entering the passcode, the app will display in landscape (because it did that before closing it), while the status bar still thinks it should display in portrait mode.
This causes the status bar to overlap a part of the landscape app. The app also shows a gap where the status bar should have been in landscape mode.
