My app uses a white status bar. When I launch the app from the home screen (i.e. the app goes full screen) this works fine.
If, while my app is still in full screen, I Slide Over a second app (Calendar, for instance), the status bar is still white. If I then use Split View between my app and Calendar, the status bar remains white. This is all working properly.
However, if the first full screen app is Calendar (or any other, of course) and I use Slide Over to see my app, the status bar turns to black. If I then proceed and use Split View, the status bar still shows as black. Finally, if I drag my app all the way to the left to make it go full screen, the status bar correctly turns to white.
To sum up: when having another app in full screen and using Slide Over or Split View to see my app, the status bar is displayed using the wrong color.
Is this an iOS 9 bug or am I missing something? I couldn't find anything in the docs that stated to declare the status bar color somewhere else for Slide Over/Split View.
Thanks!