在 iPhone 应用程序中选择整数的控件/方法是什么?

发布于 2024-11-06 00:30:23 字数 290 浏览 0 评论 0原文

从可用性的角度来看,任何关于用户为我的应用程序配置一项偏好的方法的建议(周数)可能是有意义的,允许它在 2 到 25 周之间的任何地方。因此,我想到的选项包括:

  1. 输入 - 但需要一些验证
  2. ,有一个列表可供选择(我假设通过将另一个 TableView 推送到 UINavigationStack) - 但有 25 行对此不确定(例如,第 1 行=“第 1 周”,第 2 行 =“第 2 周”等)
  3. 听起来不太好
  4. UIPicker 轮 - 但其他

???谢谢

Any recommendations re which approach from a useability perspective for a user to configure one preference for my app, which is number of weeks - probably would make sense to allow it to be anywhere from 2 through to 25 say. So options which come to mind include:

  1. type it in - but would need some validation
  2. have a list to pick from (I assume by pushing on another TableView to the UINavigationStack) - but with 25 rows not sure about this (e.g. row 1 = "week 1", row 2 = "week 2" etc)
  3. UIPicker wheel - but doesn't sound too good
  4. other???

thanks

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

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

发布评论

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

评论(1

長街聽風 2024-11-13 00:30:23

我建议您使用 UIPickerView,当您点击编辑时会显示

I would advice you to us a UIPickerView that shows when you tap to edit

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