Check if user finished sliding on a continuous UISlider?

前端 未结 4 1580
渐次进展
渐次进展 2021-01-31 07:37

In my app, I have a couple of UISlider instances to change various values. The values are displayed right next to the slider, as well as rendered in a 3d space in another visibl

4条回答
  •  误落风尘
    2021-01-31 08:36

    Also note you should connect the UIControlEventTouchUpOutside event as well in case the user drags his finger out of the control before lifting it.

提交回复
热议问题