I have a project written in Swift
for tvOS
. Now I found a great TVML-document
that I want to add in my project. Tell me please if there are any possible ways to do it? Can I use TVML-document
as a base for UIViewController
?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
I found a very nice framework that can help me to embed TVML-documents in tvOS application written in swift. Here is it https://github.com/toshi0383/TVMLKitchen. It has everything that I need to solve my problem and it also easy-to-use and install. I hope that it will be useful for all tvOS developers.