Hey all, I’m looking for a way to set a “step” value in a widget. For example, if my max value is 50, I want to only allow values of 5,10,15,20,25,30,35,40,45,50 to be chosen via the slider. Is this possible?
I know I can use the segmentedControl, but it can get quite busy with all of those values displayed. I would prefer the slider…
Thanks!