MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / _updateStatusBarStyle

Method _updateStatusBarStyle

packages/core/ui/page/index.ios.ts:461–467  ·  view source on GitHub ↗
(value?: string)

Source from the content-addressed store, hash-verified

459 }
460
461 public _updateStatusBarStyle(value?: string) {
462 const frame = this.frame;
463 if (frame?.ios && value) {
464 const navigationController: UINavigationController = frame.ios.controller;
465 IOSHelper.invalidateStatusBarAppearance(navigationController, `Page._updateStatusBarStyle:${value}`);
466 }
467 }
468
469 public _updateEnableSwipeBackNavigation(enabled: boolean) {
470 const navController = this._ios.navigationController;

Callers 1

updateStatusBarMethod · 0.95

Calls 1

Tested by

no test coverage detected