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

Commits on Nov 19, 2019

  1. 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
    
    fbshipit-source-id: ea109e729bb551dff314bc00a056860a8febb0e9
    gaodeng authored and jonwu committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    63a1c49 View commit details
    Browse the repository at this point in the history
  2. forgot a pop?

    jonwu committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    f493a8b View commit details
    Browse the repository at this point in the history