This repository was archived by the owner on Jun 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
UIStatusBarStyle Methods
Daniel Chick edited this page Aug 30, 2017
·
1 revision
Many apps on the market, even the most popular ones, overlook this aspect of a beautiful app: the status bar style. Chameleon has done something no other framework has... it has created a new status bar style: UIStatusBarStyleContrast
. Whether you have a ViewController
embedded in a NavigationController
, or not, you can do the following:
[self setStatusBarStyle:UIStatusBarStyleContrast];
self.setStatusBarStyle(UIStatusBarStyleContrast)