gpt4 book ai didi

iOS - UISlider 在第一次触摸时跳转

转载 作者:IT王子 更新时间:2023-10-29 08:12:16 27 4
gpt4 key购买 nike

我已将 UISlider 添加到我使用 Xcode 5.1 开发的 iOS 应用程序,但我无法摆脱以下烦人的行为。当我第一次触摸拇指时,它会稍微跳动。

这是一个详细说明行为的简单示例。

When the slider thumb is initially positioned to the left of the center (e.g. at the minimum value), it jumps to the right. If I run the app in the iOS simulator, the thumb jumps upon first touch without any dragging. The thumb always jumps towards the center of the track. The only time it does not jump is when it is at the precise center of the track. This behavior appears even when the slider is not connected to anything.

有什么方法可以禁用它吗?

最佳答案

今天刚遇到这个问题。出于某种原因,您必须设置一个自定义的缩略图,并且它有效。

[self.yourSlider setThumbImage:[UIImage imageNamed:@"customThumb"] forState:UIControlStateNormal];

关于iOS - UISlider 在第一次触摸时跳转,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22885695/

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