gpt4 book ai didi

ios - 范围 slider 事件值更改

转载 作者:塔克拉玛干 更新时间:2023-11-02 07:58:45 25 4
gpt4 key购买 nike

我有一个范围 slider UIControl 类。拖动时,report 方法会为每个值调用。我只希望在用户完成拖动时调用一次 report 方法。我被困在这段代码中,请帮忙。

[slider addTarget:self action:@selector(report:) forControlEvents:UIControlEventValueChanged];

获取更多信息 Range Slider WebService Call

最佳答案

UISlider 有一个 continuous 属性。将其设置为 NO 并且只有在用户抬起手指时您才会收到回调。 From the documentation :

If YES, the slider sends update events continuously to the associated target’s action method. If NO, the slider only sends an action event when the user releases the slider’s thumb control to set the final value.

The default value of this property is YES.

关于ios - 范围 slider 事件值更改,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29985544/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com