DroidsOnRoids/SwiftCarousel

tvOS support?

Opened this issue · 0 comments

Any way you could introduce tvOS support?
I tried integrating it myself and it looks promising at first.

I was able to make it focusable with

 override var canBecomeFocused: Bool {
     return true
 }

But the carousel still does not move..