MCPcopy Create free account
hub / github.com/NativeScript/NativeScript / initNativeView

Method initNativeView

packages/core/ui/text-view/index.ios.ts:121–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119 }
120
121 initNativeView() {
122 super.initNativeView();
123
124 this._delegate = UITextViewDelegateImpl.initWithOwner(new WeakRef(this));
125 this.nativeTextViewProtected.delegate = this._delegate;
126 this._setDefaultPaddings(this.nativeTextViewProtected.textContainerInset);
127 }
128
129 disposeNativeView() {
130 this._delegate = null;

Callers

nothing calls this directly

Calls 2

initWithOwnerMethod · 0.45
_setDefaultPaddingsMethod · 0.45

Tested by

no test coverage detected