Closed mbektchiev closed 5 years ago
The latest iOS Runtime exposes UIApplication's statusBarStyle property as read-only because write access to it has been deprecated since iOS 9.0. See https://developer.apple.com/documentation/uikit/uiapplication/1622988-statusbarstyle?language=objc
UIApplication
statusBarStyle
The status bar's style is automatically adjusted and this code is not needed.
The new behavior in iOS is introduced with https://github.com/NativeScript/ios-runtime/pull/1100
The latest iOS Runtime exposes
UIApplication
'sstatusBarStyle
property as read-only because write access to it has been deprecated since iOS 9.0. See https://developer.apple.com/documentation/uikit/uiapplication/1622988-statusbarstyle?language=objcThe status bar's style is automatically adjusted and this code is not needed.
The new behavior in iOS is introduced with https://github.com/NativeScript/ios-runtime/pull/1100