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

Function loadView

packages/core/ui/tab-view/tab-view-common.ts:75–83  ·  view source on GitHub ↗
(view: ViewBase)

Source from the content-addressed store, hash-verified

73 }
74
75 public loadView(view: ViewBase): void {
76 const tabView = this.parent as TabViewBase;
77 if (tabView && tabView.items) {
78 // Don't load items until their fragments are instantiated.
79 if ((<TabViewItemDefinition>this).canBeLoaded) {
80 super.loadView(view);
81 }
82 }
83 }
84
85 public abstract _update();
86}

Callers

nothing calls this directly

Calls 1

loadViewMethod · 0.80

Tested by

no test coverage detected