I am working on an iOS app using Objective-C. Running latest xCode at time of post (7.1.1) and running on an iOS 9.1 simulator and iPhone 6.
My app is locked in portrait. 1 section of the app has a UIWebView. The UIWebView can have a video embedded on it. When the user plays the video, it allows them to rotate their device to landscape (which is the expected behavior). However, once they do and click "Done" on the video, the status bar starts to overlap with the navigation bar (see linked screenshot).
Status Bar overlapping UINavigationBar
There are other places in the app where I am natively presenting a MPMoviePlayerViewController and rotation has no effect on the status or navigation bars.
Any thoughts?