Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
textViewShouldBeginEditing
Method · 0.95
_refreshHintState
Method · 0.95
Calls
3
_refreshColor
Method · 0.95
_setNativeText
Method · 0.45
requestLayout
Method · 0.45
Tested by
no test coverage detected