Stop UISlider at Value

后端 未结 1 1438
借酒劲吻你
借酒劲吻你 2021-01-25 07:39

I have a UISlider and I want it to stop at a certain value. This is not the maximum, but a number that is available programmatically.

Example: UISlider has max value of

相关标签:
1条回答
  • 2021-01-25 07:40

    I found an easy solution by using UIControlEventAllEvents instead of UIControlEventValueChanged.

    0 讨论(0)
提交回复
热议问题