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 (#26294) #5

Merged
merged 2 commits into from
Nov 25, 2019
Merged

Conversation

jonwu
Copy link

@jonwu jonwu commented Nov 19, 2019

We cherry-pick this commit facebook@796b3a1 to fix dark theme status bar

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

Summary

Changelog

[CATEGORY] [TYPE] - Message

Test Plan

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 requested review from Fanghao and adgarcia and removed request for adgarcia and Fanghao November 19, 2019 02:30
@jonwu jonwu merged commit b8e2514 into 0.59.10-discord2 Nov 25, 2019
@jonwu jonwu deleted the ios/fix-dark branch November 25, 2019 21:08
@jonwu jonwu restored the ios/fix-dark branch November 25, 2019 21:10
@jonwu jonwu deleted the ios/fix-dark branch November 25, 2019 21:15
mrkcsc pushed a commit that referenced this pull request Oct 8, 2021
Summary:
Previous iterations of this diff that were reverted: D30678341 (facebook@8009459), D30868627 (facebook@abd0f38),
D31024459 (facebook@0a46e5e), D31147242 (facebook@92c1bee).

With the power of selects, we can move the base AppleTVOS flags into the regular
base Apple flags.

Changelog: [Internal]

skip-frl-buck-targeting

Reviewed By: mzlee

Differential Revision: D31216242

fbshipit-source-id: 93ee2afda41af06fe210ba6a4a5459a438d6c3f8
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