Can I mix UIKit and TVMLKit within one app?
I'm exploring tvOS and I found that Apple offers nice set of templates written using TVML . I'd like to know if a tvOS app that utilises TVML templates can also use UIKit . Can I mix UIKit and TVMLKit within one app? I found a thread on Apple Developer Forum but it does not fully answer this question and I am going through documentation to find an answer. Yes, you can. Displaying TVML templates requires you to use an object that controls the JavaScript Context: TVApplicationController . var appController: TVApplicationController? This object has a UINavigationController property associated