Is there a way to preset UISlider values to something such as:
100, 121, 10000, 40505, 100000, 460322, 1000024, 5005230, etc...
The numbers don't have a pattern. As the user moves the slider, I'd like to display the above numbers as corresponding to where the user is on the slider. The slider displays numbers in specific increments as floating point numbers. What is the best way to translate those values to the above...or should I use a different control?