Xcode - 如何指定可以和不能在文本字段中输入的内容?

发布于 2024-08-22 15:29:05 字数 90 浏览 3 评论 0原文

嘿伙计们,我基本上有一个工作时间计算器正在开发中,我想知道如何禁止将某些数字放入字段中。例如,对于分钟字段,我想阻止输入 61-99。我需要什么样的代码才能使其工作?

Hey guys, I basically have a working hours calculator in the works and I was wondering how I can disable certain numbers from being put into a field. For example, for the minutes field, I would like to prevent 61-99 being inputted. What sort of code would I need to make that work?

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

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

发布评论

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

评论(1

纵性 2024-08-29 15:29:05

您需要查找NSFormatter,特别是NSDateFormatterNSNumberFormatter。格式化程序可以直接添加到 InterfaceBuilder 中的文本字段中;您只需将其从调色板拖到文本字段即可。您还可以使用日期选择器 (NSDatePicker)。您可以在 IB 的各种调色板中找到所有这些。

You need to look up NSFormatter, specifically NSDateFormatter or NSNumberFormatter. A formatter can be added directly to a text field in InterfaceBuilder; you simply drag it from the palette onto the text field. You could also use a datepicker (NSDatePicker). You will find all of these in the various palettes in IB.

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