iPhone应用程序:你输入分数,它就可以工作,但我如何限制它?

发布于 2024-10-11 10:52:54 字数 171 浏览 3 评论 0原文

我的iPhone应用程序工作正常,所有部分工作正常,但是它可以让你对某些事情进行评分,但是我如何限制分数,例如在你可以对项目x“609573095730”进行评分时,但我只想允许用户分数在 0 到 100 之间,我该怎么做,我可以想象它非常简单,但我似乎无法自己解决。

旁注: 通过数字键盘输入分数(如电话键盘)

My iPhone app works fine, and all parts work fine, however it lets you score certain things, but how can i limit the score for example at the minute you could rate item x "609573095730" but i only want to to allow the user to score between 0 and 100, how would i do this, i can imagine it to be very simple, but i can't seem to work it out my self.

Side note:
Score is inputed via numerical keypad (like the phone one)

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

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

发布评论

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

评论(1

情何以堪。 2024-10-18 10:52:54

因此,当您收到输入时,将其解析为 NSInteger 或 NSNumber,然后检查它是否在 0 到 100 之间

另一个解决方案是使用从 0 到 100 的 UIPickerView :)

So, when you receive the input, parse it to NSInteger or NSNumber and then check if it is between 0 and 100

The other solution is using a UIPickerView from 0 to 100:)

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