gpt4 book ai didi

ios - 如何在键盘上方显示键盘?

转载 作者:行者123 更新时间:2023-11-30 12:34:39 25 4
gpt4 key购买 nike

当用户点击按钮时,我希望键盘弹出(这很容易),但我想要一个 View 随之上升(粘在键盘顶部)。该 View 将有一个“发送消息..”文本字段。当用户按下“完成”按钮时,我希望键盘与 View 一起消失。

如何使该 View “粘”在键盘上?

最佳答案

UITextFields 有一个名为 inputAccessoryView 的属性

- Apple Documentation

- Relevant Stack Overflow Answer

这会将您指定为该文本字段的 inputAccessoryView 的任何 View 固定到键盘顶部。

该链接中的答案中需要记住的重要内容:

Note that the view you use should neither be in the view hierarchy elsewhere, nor should you add it to some superview, this is done for you.

关于ios - 如何在键盘上方显示键盘?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43022626/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com