ykyouhei / KYDrawerController

Side Drawer Navigation Controller similar to Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

preferredStatusBarStyle from child view controllers not working.

deepaksuthar opened this issue · comments

[THIS IS MORE OF A SUGGESTION]

Just add this under override methods in KYDrawerController.swift
So that statusBarStyle can be changed from child viewcontrollers.

override open var childForStatusBarStyle: UIViewController? {
return mainViewController
}