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.
我想在返回键上添加自定义按钮“完成”。我正在使用键盘通知方法来添加按钮。但它不适用于 iOs7。延迟一段时间后,自定义完成按钮可见。
查看文档以了解inputAccessoryView...这可能是您想要的。
inputAccessoryView
很简单。在屏幕底部添加一个UIToolBary 轴。然后在UITextField选择UITextView上startEditing,在textfield. 工具栏的最终y轴将位于键盘上方。
UIToolBar
UITextField
UITextView
startEditing
textfield
y