We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e487825 commit 745a79fCopy full SHA for 745a79f
tns-core-modules/ui/html-view/html-view.d.ts
@@ -7,7 +7,7 @@ import { View, Property } from "../core/view";
7
8
/**
9
* Represents a view with html content. Use this component instead WebView when you want to show just static HTML content.
10
- * [iOS support](https://developer.apple.com/library/ios/documentation/UIKit/Reference/NSAttributedString_UIKit_Additions/#//apple_ref/occ/instm/NSAttributedString/initWithData:options:documentAttributes:error:)
+ * [iOS support](https://developer.apple.com/documentation/foundation/nsattributedstring/1524613-initwithdata)
11
* [android support](http://developer.android.com/reference/android/text/Html.html)
12
*/
13
export class HtmlView extends View {
0 commit comments