iPad 十进制选择器控制

发布于 2024-10-18 05:42:00 字数 121 浏览 1 评论 0原文

我只是想知道如何为十进制数字输入制作选择器/旋转器控件。我在其他 iPhone 应用程序上看到过这种情况,他们点击一个按钮,就会出现一个数字选择器,允许他们移动微调器中的数字来选择他们需要的数字。

有什么想法吗?

I'm just wondering how I go about making a picker/spinner control for a decimal number input. I have seen it on other iPhone apps where they click a button and a number picker comes up and allows them to move the numbers in the spinner to select the number they require.

Any ideas?

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

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

发布评论

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

评论(1

花伊自在美 2024-10-25 05:42:00

您可以在 UIPickerControl 中设置多个组件。只需为每个组件分配一个 0-9 的数组,并在用户在单个组件中选择新数字后组合数字即可。

You can set multiple components in the UIPickerControl. Just assign an array of 0-9 for each component, and compose the number after the user has selected a new number in a single component.

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