반응형
ChatGPT
-
[Swift5] UISlider tap to change value: Tap on UISlider to Set the Value앱 개발자 2023. 8. 22. 23:47
you want to know how to change Uislider value on tapping at particular point on the Uislider. To change the UISlider value when tapping on a particular point, you can add a tap gesture recognizer to the UISlider and then calculate the value based on the tapped position. Here's how you can achieve this: Add a Tap Gesture Recognizer: First, add a tap gesture recognizer to your UISlider. let tapGes..