UIWebview not available - display HTML?

How can we display HTML/Website content without the UIWebview class which is not provided in tvOS?


In the docs there is a section stating that

UIWebViewNavigationType is "
Available in tvOS 9.0 and later." does this make sense? Is the UIWebView coming later?


I need the UIWebview class to display YouTube videos. How can I achieve this?


Greetings

Marzello

Try YouTube's iOS Helper Library. I'd imagine that will function the same on tvOS.

I'm using the YTHelper Library already, unfortunately it is using the UIWebview:


@interface YTPlayerView : UIView<UIWebViewDelegate>

@property(nonatomic, strong, readonly) UIWebView *webView;

Did you ever get a solution to this?

UIWebview not available - display HTML?
 
 
Q