Files
NativeScript/packages/core
Nathan Walker 5f022855e8 feat(ios): ease of use on explicit preferredStatusBarStyle
Allows statusBarStyle to be defined on any view for explicit per view control, whether presented in modal or not.
Note: You must remove Info.plist key `UIViewControllerBasedStatusBarAppearance`
It defaults to true when not present: https://developer.apple.com/documentation/bundleresources/information-property-list/uiviewcontrollerbasedstatusbarappearance
Or you can explicitly set it to true:
<key>UIViewControllerBasedStatusBarAppearance</key>
<true/>

False value will make this property have no effect.
2025-09-24 12:02:40 -07:00
..
2025-07-22 19:06:58 -07:00
2025-09-02 09:21:05 -07:00
2020-11-11 08:46:36 -08:00
2025-01-17 10:06:41 -08:00
2025-03-16 15:48:40 -07:00

NativeScript

@nativescript/core

A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.

Learn more at docs.nativescript.org