Are there any ways to make UISlider with 300 values to be easier to use? It's hard to pick the right value since the step between them is so small.
I know I could use other elements like UIPicker but slider works better for my case except it's hard to pick the right value.
Reducing the number of values available is also not a solution.
Making a slider go full screen on 3d touch is an option it 3d is not available on all the iPhones and I'm also not sure how to implement that.