Hi, I'm now developing a tvOS app.
In my app, I'd like to put a menu bar in left side, but I found it can' t be realized with TVML menubarTemplate.
So, instead, I'd decided to use a split view controller from UIKit.
Then I hit the next problem.
I'd like to use a carousel component from TVMLkit and have it work as a detail view controller of my split view controller.
Is it possible to do that?
Or, is there any other options?
I appriciate any comments.
Thank you in advance.