iOS UITextField 按时间格式化

发布于 2024-11-15 15:31:00 字数 210 浏览 5 评论 0原文

我有一个以编程方式创建的 UITextField。该文本字段用于输入时间。占位符文本为“00:00:00.000”。点击文本字段时,将出现一个数字键盘。理想情况下,我希望在用户键入时保留灰色占位符文本。当他们输入数字时,它会替换占位符文本中的灰色零,并跳过冒号和句号(保持格式完整,无需用户输入任何标点符号)。如果无法保留占位符文本并在用户键入时替换它,我希望自动输入标点符号。

提前致谢!

I have a UITextField which I created programmatically. This text field is used to input a time. The placeholder text is "00:00:00.000". When the text field is tapped, a number pad will appear. Ideally, I want the gray place holder text to remain as the user types. As they enter a number, it replaces the gray zeros in the place holder text and skips over the colons and period (leaving the format intact without the user entering any punctuation). If it is not possible to keep the place holder text and replace it as the user types, I would like the punctuation to automatically be entered.

Thanks in advance!

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

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

发布评论

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

评论(1

古镇旧梦 2024-11-22 15:31:00

iOS 有一个 UIDatePicker 控件这样,如果您想按照自己的方式进行,那么您将需要自己处理所有用户输入。

iOS has a UIDatePicker control for this, if you want to go the way you are going then you will have handle all the user input your self.

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