WELCustomStatusbarColor icon indicating copy to clipboard operation
WELCustomStatusbarColor copied to clipboard

Custom Statusbar Color

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