gpt4 book ai didi

iphone - 在拖动时如何将 UISlider THUMB 直接移动/跳转到下一个值

转载 作者:行者123 更新时间:2023-12-03 20:51:52 28 4
gpt4 key购买 nike

Possible Duplicate:
Increment UISlider by 1 in range 1 to 100
Increment UISlider by 0.2 in range 0 to 2.0

在我的 iPad 应用程序中,我使用了 uislider 作为一部分。

因为我有3分1 2 3。

根据用户界面设计,我的 slider 宽度太长(它应该有那么大的宽度)宽度,

所以我的要求是跳转 slider THUMB

<强> When user want to change the value from 1 to 2 , 2 to 3the Slider THUMB position directly jumps to the point2, and point 3 respectualy with out lagging. and viceversa.

我们怎样才能做到

提前致谢

最佳答案

试试这个代码..

float roundedValue = roundf(yourSlider.value / 1.0f) * 1.0f;    
[yourSlider setValue:roundedValue];

希望这对您有帮助...

关于iphone - 在拖动时如何将 UISlider THUMB 直接移动/跳转到下一个值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12948170/

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