开发者

why uislider calling a method twice?

开发者 https://www.devze.com 2022-12-09 19:41 出处:网络
i have set an ibaction(touch up inside) to uislider.when i slide th开发者_JS百科e slider and moves my finger up it is called twice.anyone knows about it? or if someone knows about how to call a method

i have set an ibaction(touch up inside) to uislider.when i slide th开发者_JS百科e slider and moves my finger up it is called twice.anyone knows about it? or if someone knows about how to call a method when lifting finger up from uislider.Note i have already a method(Value changed) bound to uislider


UISlider has one interesting property. It calls continuous. If you need to process only the final value, you can try to set it to NO.

0

精彩评论

暂无评论...
验证码 换一张
取 消