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

Method showText

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

Source from the content-addressed store, hash-verified

249 }
250
251 public showText() {
252 this._isShowingHint = false;
253 this._setNativeText();
254 this._refreshColor();
255 this.requestLayout();
256 }
257
258 [textProperty.getDefault](): string {
259 return '';

Callers 2

_refreshHintStateMethod · 0.95

Calls 3

_refreshColorMethod · 0.95
_setNativeTextMethod · 0.45
requestLayoutMethod · 0.45

Tested by

no test coverage detected