双击 UISlider 的旋钮
在我的双击滑块旋钮的应用程序中,应该显示一个新视图,但我不知道必须为双击实现哪种方法或哪些代码。
如果您有任何双击旋钮的代码或方法,请提供它,因为这将非常有帮助。
提前致谢。
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这个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.
以下是关于如何为 touchDownRepeat UIControlEvent 设置选择器的更相关答案:检测双击UISlider?
Here is a more relevant answer regarding how to set a selector for the touchDownRepeat UIControlEvent: Detect double-tap on UISlider?