Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with view-controller based statusbar style #10

Open
pronebird opened this issue Jul 3, 2014 · 0 comments
Open

Issue with view-controller based statusbar style #10

pronebird opened this issue Jul 3, 2014 · 0 comments

Comments

@pronebird
Copy link
Contributor

Would be terrific to have support for view-controller based statusbar style. More or less statusbar will consistent across controllers, so statusbar style option can be added to theme plist for the beginning.

Even for basic support, it could be easy just to add the following thing to controllers to make things work:

- (void)preferredStatusBarStyle {
    return self.currentStatusBarStyle;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants