zattoo/TvOSSlider

Vertical slider support?

davemen opened this issue · 1 comments

Does this support vertical sliders?

It does not. TvOSSlider has been implemented with the same public API as UISlider for iOS, which is also limited to horizontal sliders.
If you need a vertical slider, I recommend you creating a fork, the code should be easy to adapt to that use-case.