welcommand / WELCustomStatusbarColor

Custom Statusbar Color
MIT License
33 stars 6 forks source link

WELCustomStatusbarColor

change your Statusbar Color

Install with pod

    pod 'WELCustomStatusbarColor','~>1.0.5'

How To Use

first you should remove these method from you project

    -[UIViewController preferredStatusBarStyle]
    -[UINavigationController childViewControllerForStatusBarStyle]

than you can call +[WELCustomStatusbarColor updateStatusbarIconColor:] everywhere

About private API

hook these API

[UIApplication setStatusBarStyle:animationParameters:]
[UIStatusBarForegroundStyleAttributes tintColor]
[UIStatusBarBatteryItemView _accessoryImage]
[_UILegibilityImageSet imageFromImage:withShadowImage:]