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

Method onLoaded

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

Source from the content-addressed store, hash-verified

435 }
436
437 public onLoaded(): void {
438 super.onLoaded();
439 if (this.hasActionBar) {
440 this.actionBar.update();
441 }
442 }
443 updateWithWillAppear(animated: boolean) {
444 // this method is important because it allows plugins to react to modal page close
445 // for example allowing updating status bar background color

Callers 1

applySelectorsFunction · 0.45

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected