change your Statusbar Color
pod 'WELCustomStatusbarColor','~>1.0.5'
first you should remove these method from you project
-[UIViewController preferredStatusBarStyle]
-[UINavigationController childViewControllerForStatusBarStyle]
than you can call +[WELCustomStatusbarColor updateStatusbarIconColor:] everywhere
hook these API
[UIApplication setStatusBarStyle:animationParameters:]
[UIStatusBarForegroundStyleAttributes tintColor]
[UIStatusBarBatteryItemView _accessoryImage]
[_UILegibilityImageSet imageFromImage:withShadowImage:]