mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Updated reference to native iOS component (#5558)
This commit is contained in:
committed by
Alexander Vakrilov
parent
8248d8a8b9
commit
4cadb3f1a6
2
tns-core-modules/ui/html-view/html-view.d.ts
vendored
2
tns-core-modules/ui/html-view/html-view.d.ts
vendored
@@ -17,7 +17,7 @@ export class HtmlView extends View {
|
||||
android: any /* android.widget.TextView */;
|
||||
|
||||
/**
|
||||
* Gets the native [UILabel](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UILabel_Class/) that represents the user interface for this component. Valid only when running on iOS.
|
||||
* Gets the native [UITextView](https://developer.apple.com/documentation/uikit/uitextview) that represents the user interface for this component. Valid only when running on iOS.
|
||||
*/
|
||||
ios: any /* UITextView */;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user