双击 UISlider 的旋钮

发布于 2024-12-28 18:48:13 字数 110 浏览 1 评论 0原文

在我的双击滑块旋钮的应用程序中,应该显示一个新视图,但我不知道必须为双击实现哪种方法或哪些代码。

如果您有任何双击旋钮的代码或方法,请提供它,因为这将非常有帮助。

提前致谢。

In my appliction on double tapping the nob of slider a new view should be displayed, but I don't know which method or what code I have to implement for double tapping.

If you have any code or method for double tapping the nob then please provide it, as it would be very helpful.

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

不念旧人 2025-01-04 18:48:13

这个SO问题为UIButton添加了双击: Double Touch on UIButton 原理是相同的对于 UISlider。

This SO question adds a double touch to a UIButton: Double Touch on UIButton The principle is the same for a UISlider.

夜巴黎 2025-01-04 18:48:13

以下是关于如何为 touchDownRepeat UIControlEvent 设置选择器的更相关答案:检测双击UISlider?

Here is a more relevant answer regarding how to set a selector for the touchDownRepeat UIControlEvent: Detect double-tap on UISlider?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文