Sidemenu: Shadow disappeared for iOS 13

Created on 24 Sep 2019  路  1Comment  路  Source: jonkykong/SideMenu

Describe the bug
Shadow disappeared on the top most view after I have updated to Xcode 11 and iOS 13.

Here is my code where I set onTopShadowOpacity to have shadow. Other values I don't touch at all.

let sideMenuNavigationController = SideMenuNavigationController(rootViewController: vc) sideMenuNavigationController.isNavigationBarHidden = true sideMenuNavigationController.menuWidth = UIScreen.main.bounds.width - 50 sideMenuNavigationController.statusBarEndAlpha = 0 sideMenuNavigationController.presentationStyle.onTopShadowOpacity = 0.7

P.S.: Before update all worked fine.

Bug - Help Wanted!

Most helpful comment

Fixed in 6.4.1

>All comments

Fixed in 6.4.1

Was this page helpful?
0 / 5 - 0 ratings

Related issues

BhavinBhadani picture BhavinBhadani  路  5Comments

gulzatique picture gulzatique  路  5Comments

bryan1anderson picture bryan1anderson  路  4Comments

selaysoysal picture selaysoysal  路  7Comments

HariNarayanan777 picture HariNarayanan777  路  4Comments