Sidemenu: Black background on iPhone X status bar

Created on 20 Nov 2017  路  3Comments  路  Source: jonkykong/SideMenu

New Issue Checklist

I have read the guidelines for contributing and I understand:

  • [x] My issue is happening in the latest version of SideMenu.
  • [x] My issue was not solved in the README.
  • [x] My issue can not be answered on stackoverflow.com.
  • [x] My issue is not a request for new functionality that I am unwilling to build and contribute with a pull request.
  • [x] My issue is reproducible in the demo project.

Issue Description


My home view:
simulator screen shot - iphone x - 2017-11-20 at 11 03 57

After presenting menu:
simulator screen shot - iphone x - 2017-11-20 at 11 04 01

As there seems to appear a black background under the status bar in iPhone X which means that the view is only being displayed below the status bar and is there anyway to solve the status bar area from fading out in iPhone X? (Presumably causing because of the safe area insets)

Most helpful comment

For others, use SideMenuManager.default.menuFadeStatusBar = false

All 3 comments

The example project works as expected on the iPhone X simulator. Please check your configuration and make sure you're following the README carefully.

For others, use SideMenuManager.default.menuFadeStatusBar = false

Thank you @pbrazdil you saved me hours!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bryan1anderson picture bryan1anderson  路  4Comments

tush010 picture tush010  路  3Comments

RamblinWreck77 picture RamblinWreck77  路  7Comments

taylorhredding picture taylorhredding  路  3Comments

selaysoysal picture selaysoysal  路  7Comments