Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 745a79f

Browse files
daviditsyginmanoldonev
authored andcommitted
docs(iOS): update HtmlView documentation link (NativeScript#6335)
The old link was a 404.
1 parent e487825 commit 745a79f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tns-core-modules/ui/html-view/html-view.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { View, Property } from "../core/view";
77

88
/**
99
* 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:)
10+
* [iOS support](https://developer.apple.com/documentation/foundation/nsattributedstring/1524613-initwithdata)
1111
* [android support](http://developer.android.com/reference/android/text/Html.html)
1212
*/
1313
export class HtmlView extends View {

0 commit comments

Comments
 (0)