Web app in tvOS

后端 未结 6 2055
-上瘾入骨i
-上瘾入骨i 2020-11-27 06:16

Apple has released it\'s SDK for apple tv yesterday.

Most apps for TVs are web based (html, javascript and css) and I would like to port an existing tv web app to th

6条回答
  •  执笔经年
    2020-11-27 06:43

    According to the API diffs, UIWebView, etc are not part of tvOS. So you'll have to re-implement the app using TVML (TV Markup Language) using Apple's templates. Or you can re-implement using UIKit.

提交回复
热议问题