Hello i'm iOS fresher & don't have so much idea about creating complex UI, i want to create equalizer UI like spotify's equalizer UI. currently i had setup my equalizer using UISlider. What should i use to modify my UI like spotify'S EQ UI. It will be nice if you can help with Example code. Thank you.
The approach could be simple:
As your sliders are equally spaced you can deduce their x position knowing the width of the graph container, the y value is the slider current value + some correction with the slider button size.