Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个空白的透明按钮,当我左右和上下拖动时,希望根据手指与按钮的距离来增加和减少一个数字。
就像 iPhone 上的音乐应用程序具有擦洗功能一样,您可以在哪里获得更精确的值?
这将需要您创建一个严重依赖手势识别器的自定义控件。我建议您在此主题上进行更多搜索。
另外,看看这里 - http://oleb.net/blog/2011/01/obslider-a-uislider-subclass-with-variable-scrubbing-speed/