Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.11 KB

File metadata and controls

34 lines (22 loc) · 1.11 KB

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:]