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

Method addChild

packages/core/ui/layouts/layout-base.ios.ts:9–12  ·  view source on GitHub ↗
(child: View)

Source from the content-addressed store, hash-verified

7 nativeViewProtected: UIView;
8
9 public addChild(child: View): void {
10 super.addChild(child);
11 this.requestLayout();
12 }
13
14 public insertChild(child: View, atIndex: number): boolean {
15 if (super.insertChild(child, atIndex)) {

Callers 15

addChildAtCellMethod · 0.45
refreshMethod · 0.45
_createHeaderViewMethod · 0.45
_createItemViewMethod · 0.45
_prepareCellMethod · 0.45
loadViewInBackgroundFunction · 0.45
initNativeViewMethod · 0.45
_createPageForSceneMethod · 0.45
TabViewDemoModelClass · 0.45
showReportPageFunction · 0.45

Calls 1

requestLayoutMethod · 0.45

Tested by 2

testFunction · 0.36
testFunction · 0.36