Я пытаюсь построить изображение ниже, но я не уверен, стоит ли помещать UISlider в UIScrollview, ИЛИ полностью пропустить это и поднять слайдер. Столбцы должны двигаться горизонтально и менять цвет при каждом движении.
UISlider
UIScrollview
Swift5
a simple way to make this is, 1. take a view container 2. You should use pan gesture recogniser to the timer view. 3. them add vertical lines with grey color. 4. as you move the timer view change the color of the line to orange. Suggested readings: PanGesture recogniser, View transform.