I know there are many questions related to this but I have tried almost everything. I am using SSASidemenu and preferredStatusBarStyle()
is calling every time while moving from one ViewController to another and I am able to set the color only once. But I need to show both light and dark status bar in different viewControllers. I have created a custom viewController class in which I need to show dark status bar and .light for others.
Can anyone tell me the solutions