Search code examples
uiwebviewapple-tvtvos

UIWebView is unavailable: not available on tvOS


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)


Solution

  • 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