Reputation: 7123
I'm working in a demo for tvOS, I found that you can build your app either with UIKit or with TVML markup language with Javascript. I have checked the UIKit Catalog and the TVML Catalog and they look great. I have two question:
Upvotes: 2
Views: 644
Reputation: 16271
If your aim is to mix up a TVML User Interface, so self hosted TVML templates and JavaScript files, this is a possibile solution:
How to bridge TVML/JavaScriptCore to UIKit/Objective-C (Swift)?
Upvotes: 1
Reputation: 116
This is so new that you will probably have better luck looking at the official TVMLKit forum on Apple's website: forums.developer.apple.com/community/app-frameworks/tvmlkit
Short Answers:
Upvotes: 1