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

iOS13 status bar has now 3 styles #6

Merged
merged 2 commits into from
Nov 25, 2019
Merged

iOS13 status bar has now 3 styles #6

merged 2 commits into from
Nov 25, 2019

Conversation

jonwu
Copy link

@jonwu jonwu commented Nov 25, 2019

Cherry-picked facebook commit facebook@796b3a1 to fix dark mode status bar

gaodeng and others added 2 commits November 18, 2019 17:24
Summary:
iOS13 status bar has now 3 styles
UIStatusBarStyleDefault, UIStatusBarStyleLightContent, UIStatusBarStyleDarkContent

UIStatusBarStyleDefault now acts as an automatic style which will set it’s value dynamically based on the the userinterfacestyle(One of the traits) of the viewcontroller that controls the status bar appearance.

[iOS] [Fixed] - iOS13 new status bar style UIStatusBarStyleDarkContent
Pull Request resolved: facebook#26294

Differential Revision: D17314054

Pulled By: cpojer

fbshipit-source-id: ea109e729bb551dff314bc00a056860a8febb0e9
@jonwu jonwu merged commit 03bc0a4 into 0.59.10-discord2 Nov 25, 2019
@jonwu jonwu deleted the ios/fix-dark branch November 25, 2019 21:15
paulshen pushed a commit that referenced this pull request Jan 14, 2020
* iOS13 status bar has now 3 styles (facebook#26294)

Summary:
iOS13 status bar has now 3 styles
UIStatusBarStyleDefault, UIStatusBarStyleLightContent, UIStatusBarStyleDarkContent

UIStatusBarStyleDefault now acts as an automatic style which will set it’s value dynamically based on the the userinterfacestyle(One of the traits) of the viewcontroller that controls the status bar appearance.

[iOS] [Fixed] - iOS13 new status bar style UIStatusBarStyleDarkContent
Pull Request resolved: facebook#26294

Differential Revision: D17314054

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

Successfully merging this pull request may close these issues.

2 participants