You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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...
markst
added a commit
to markst/Material
that referenced
this issue
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 onUINavigationController
which implementsstatusBarStyle
. Since this referencesApplication.statusBarStyle
my implementation no longer works.Is there any way Materials status bar appearance handling can be optional?
The text was updated successfully, but these errors were encountered: