fahidattique55 / FAPanels

FAPanels - Swift
Apache License 2.0
851 stars 90 forks source link

Shadow not showing for right side menu #34

Open Shamsiddin opened 6 years ago

Shamsiddin commented 6 years ago

Every thing's OK with the left side menu's shadow, but there isn't shadow for right side menu. I tried below code, and seems it only works for left side: rootController.configs.shadowOppacity = 0.15

Shifting shadow offset to the left also didn't help: rootController.configs.shadowOffset = CGSize(width: -5, height: 0)

Any suggestions to show shadow for the left menu too?

sedwo commented 6 years ago

Try my repo: https://github.com/sedwo/FAPanels