键盘中的文本字段

发布于 2024-10-13 14:17:01 字数 29 浏览 3 评论 0原文

如何让键盘像消息应用程序一样有一个文本字段?

How do you make a keyboard have a textfield inside like the messages app ?

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

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

发布评论

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

评论(2

暗恋未遂 2024-10-20 14:17:01

从未尝试过,但您可以尝试这个 -

您可以以编程方式

  1. 设置工具栏。
  2. 设置一个文本字段。
  3. 将工具栏设置为文本字段的inputAccessoryView。
  4. 使文本字段成为第一响应者。

never tried but you can try this -

You can programmatically

  1. set a tool bar.
  2. set a textfield.
  3. set the tool bar as the inputAccessoryView of the textfield.
  4. make the textfield the first responder.
别闹i 2024-10-20 14:17:01

这取决于你想用它做什么。您可以简单地创建一个看起来像键盘部分的视图并将其显示在键盘的正上方。如果您尝试实际发送短信/电子邮件,请查找 MessageUI 文档。

It depends what you're trying to do with it. You could simply create a view that looks like the keyboard section and show it right above the keyboard. If you're trying to actually send SMSs/emails, look up the MessageUI documentation.

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