docs(iOS): update HtmlView documentation link (#6335)

The old link was a 404.
This commit is contained in:
daviditsygin
2018-10-26 04:47:35 -07:00
committed by Manol Donev
parent e48782511d
commit 745a79f5fa

View File

@ -7,7 +7,7 @@ import { View, Property } from "../core/view";
/**
* Represents a view with html content. Use this component instead WebView when you want to show just static HTML content.
* [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)
* [android support](http://developer.android.com/reference/android/text/Html.html)
*/
export class HtmlView extends View {