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:
- How can we handle logic of javascript while using TVML? will be in JS also in JS files or we will write Swift code to handle logic?
- Is this possible to combine TVML screens with UIKit screen from storyboard?