4

Is there anyway to use a UIWebView with an application targeted for ? This Apple Doc, UIWebView Class Reference, would suggest otherwise would it not? Or am I just interpreting this all wrong?

UIWebViewNavigationType (New in tvos 9.0)

Daniel Storm
  • 18,301
  • 9
  • 84
  • 152

2 Answers2

4

UIWebView is not available for tvOS, as @JessBowers mentioned in the comments, and is documented here: UIKit Changes for Objective-C, UIKit Changes for Swift.

For a complete list of iOS API's that are available for tvOS refer to: iOS 9.0 to tvOS 9.0 API Differences

Noam
  • 620
  • 7
  • 13
Daniel Storm
  • 18,301
  • 9
  • 84
  • 152
1

Although WebKit/UIWebView is not officially available in tvOS, some people have figured out that it is possible to use that functionality if you are willing to edit your system header files. No word on whether Apple would actually approve a tvOS app that is using such an undocumented API.

bovine
  • 5,303
  • 2
  • 18
  • 17