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

View controller-based status bar appearance not optional #706

Closed
markst opened this issue Mar 9, 2017 · 2 comments
Closed

View controller-based status bar appearance not optional #706

markst opened this issue Mar 9, 2017 · 2 comments
Assignees

Comments

@markst
Copy link
Contributor

markst commented Mar 9, 2017

I know there are a bunch of issues reported with regards to status bar appearance not updating correctly & each of the resolutions are to disable view controller based status bar appearance.

However I'd like to use view controller based status bar appearance & I had a working solution on my app. After installing Material my project would no longer compile due to there being an extension on UINavigationController which implements statusBarStyle. Since this references Application.statusBarStyle my implementation no longer works.

Is there any way Materials status bar appearance handling can be optional?

@markst
Copy link
Contributor Author

markst commented Mar 9, 2017

I think the issue is due to there being an extension on UINavigationController which implements the property statusBarStyle. When in actual fact it should be an extension on the NavigationController class...

@daniel-jonathan
Copy link
Member

Sounds correct, I will add your PR fix to the next release :) Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants