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

Method updateStatusBar

packages/core/ui/page/index.ios.ts:457–459  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

455 }
456
457 public updateStatusBar() {
458 this._updateStatusBarStyle(this.statusBarStyle);
459 }
460
461 public _updateStatusBarStyle(value?: string) {
462 const frame = this.frame;

Callers 2

updateWithWillAppearMethod · 0.95
viewWillAppearMethod · 0.80

Calls 1

_updateStatusBarStyleMethod · 0.95

Tested by

no test coverage detected