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

Method updateWithWillAppear

packages/core/ui/page/index.ios.ts:443–450  ·  view source on GitHub ↗
(animated: boolean)

Source from the content-addressed store, hash-verified

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
446 if (this.hasActionBar) {
447 this.actionBar.update();
448 }
449 this.updateStatusBar();
450 }
451
452 updateWithWillDisappear(animated: boolean) {
453 // this method is important because it allows plugins to react to modal page close

Callers 1

viewWillAppearMethod · 0.80

Calls 2

updateStatusBarMethod · 0.95
updateMethod · 0.45

Tested by

no test coverage detected