From 4cadb3f1a6eecf5c1abb5ff4f0b275cfa0144b1e Mon Sep 17 00:00:00 2001 From: Iva Koevska Date: Mon, 19 Mar 2018 09:00:07 +0200 Subject: [PATCH] Updated reference to native iOS component (#5558) --- tns-core-modules/ui/html-view/html-view.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tns-core-modules/ui/html-view/html-view.d.ts b/tns-core-modules/ui/html-view/html-view.d.ts index df58c594b..dfebe1621 100644 --- a/tns-core-modules/ui/html-view/html-view.d.ts +++ b/tns-core-modules/ui/html-view/html-view.d.ts @@ -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 */;