I am working on an application. Prior to ios 11 update, it worked fine. But after upgrading to ios 11 and upgrading Xcode, I'm struggling with the error. I have a third-party menu using the SWRevealController structure: https://github.com/John-Lluch/SWRevealViewController .
After upgrading to ios 11, it looks like this:
after ios 11 update
There is something wrong with the status bar. It used to be blue, like the rest. I do not see the text in the status bar (for example, time), but I see a green battery when I place all the menus on the screen. As you can see, the other viewcontroller is working fine (like the whole application). Only the menu is problematic. After some debugging, I think self.navigationController.navigationBar is not high enough.
What's going on here?
Thank!
source
share