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

Method disposeNativeView

packages/core/ui/image/index.ios.ts:43–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 }
42
43 public disposeNativeView(): void {
44 if (this.nativeViewProtected?.image) {
45 this.nativeViewProtected.image = null;
46 }
47
48 this.disposeImageSource();
49 super.disposeNativeView();
50 }
51
52 private setTintColor(value: Color) {
53 if (this.nativeViewProtected) {

Callers

nothing calls this directly

Calls 1

disposeImageSourceMethod · 0.95

Tested by

no test coverage detected