你可以在 UILabel 中输入内容吗

发布于 2024-11-04 16:29:39 字数 41 浏览 2 评论 0原文

您好,我想知道您是否能够使用 ios 键盘在用户键入时更新文本字段?

Hi I am wondering if you are able to use the ios keyboard to update a textfield as the user types?

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

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

发布评论

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

评论(2

赤濁 2024-11-11 16:29:39

您可以通过 UITextFieldDelegate 委托方法,
一旦你通过委托方法获得了字符集,你就可以更新你的UILabel

you could get each character as they type through UITextFieldDelegate delegate methods,
Once you get the set of character through delegate method , you could update you UILabel.

夏雨凉 2024-11-11 16:29:39

如果您谈论的是 UITextField,那么是的,自然地,这些内容应该由用户修改并与键盘交互即可。如果您谈论的是 UILabel,那么不,用户不能直接在标签中键入内容,但正如@Jhaliya 建议的那样,只要用户更改文本字段、文本视图或其他可以与之交互的对象,您就可以更新标签键盘。

If you're talking about UITextField, then yes, naturally, those are meant to be modified by the user and interact with the keyboard just fine. If you're talking about UILabel, then no, the user can't type directly into a label, but as @Jhaliya suggests you could update the label whenever the user changes a text field, text view, or other object that can interact with the keyboard.

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