Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iOS13 status bar has now 3 styles (#6)
* 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
- Loading branch information