SSASideMenu
SSASideMenu copied to clipboard
Not able to change statusBarStyle with Light
My snippet
var menuViewEffect = SSASideMenu.MenuViewEffect()
menuViewEffect.statusBarStyle = .Light
sideMenu.configure(menuViewEffect)
One more thing in AppDelegate I am not Able to assign Delegate as you had shown in your Example.