如何激活滑块的拇指作为按钮?

发布于 2024-10-26 22:09:43 字数 85 浏览 5 评论 0原文

我想让滑块的拇指充当按钮,这样当用户选择完值并向上拉动手指时,它应该执行我想要的操作。

有什么办法可以做到这一点吗?

谢谢,

I want to make the thumb of my slider to work as the button so that when a user done selecting the value and pull his finger up it should do something i want.

Is there any way to do this.

Thanks,

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

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

发布评论

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

评论(1

笑着哭最痛 2024-11-02 22:09:43

滑块选项

嗨,
创建这个函数
- (IBAction)mySliderUserFinshed:(UISlider *)theSlider

确保将其添加到文件的标题中。

在界面生成器中,右键单击要充当按钮的滑块。
您需要将 Sent Event

Touch Up Inside 连接到您创建的函数。如果您不知道如何使用界面构建器,请在 youtube 或 Xcode 4 中观看一些快速视频,这里有一个关于 xCode 4 的一些新的和很棒的功能的简短指南,其中包含非常非常酷的视频(观看大约需要 10 分钟,将保存你的编码时间)。

祝你好运,约翰。

Slider Options

Hi,
Create this function
- (IBAction)mySliderUserFinshed:(UISlider *)theSlider

Make sure you add it to the header of you file.

The in interface builder, right click on the slider you want to act as a button.
You will need to wire up the Sent Event

Touch Up Inside to the function that you created. If you dont know how to use interface builder watch a few quick videos on youtube or in Xcode 4 there is a short guide on some of the new and awesome features of xCode 4 with very very cool videos (takes about 10mins to watch and will save you hours of coding).

Good Luck, John.

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