I need to implement UISlider for my Apple TV app and below is the git link for tvOSSlider written in swift.
https://github.com/zattoo/TvOSSlider/blob/master/README.md
without using Carthage or Pods, how do I add in my project which is written in objective-C, so that I can use it in my project. Any small sample code will help.
thanks