Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
就像我们在消息传递中看到的那样,如何使用可编辑的文本字段修复键盘视图?
我想展示完全相同的布局。我找不到如何实现这一点。
要创建这样的视图,您需要使用 aUIToolBar并在其上添加 aUITextField和 a UIBarButtonItem。 在触摸UITextField或按下返回键或发送按钮时,您需要为此链接中给出的完整视图设置动画。
UIToolBar
UITextField
UIBarButtonItem
您可以使用 UITextField 的 inputAccessoryView 将您的工具栏附加到键盘上方