3

使用我的 UITextField,我的用户可以做几件事来验证。我为此使用 inputAccessoryView。现在我想隐藏键盘上的返回键。

这可能吗 ?如何 ?

4

2 回答 2

5

您可以通过在 UITextField 上将 keyboardType 设置为 UIKeyboardTypeTwitter 来将返回键替换为 # 和 @ 键。

于 2013-12-30T20:57:42.647 回答
0

reloadInputViews()- 当对象是第一响应者时更新自定义输入和附件视图。

https://developer.apple.com/documentation/uikit/uiresponder/1621110-reloadinputviews

于 2020-05-18T13:01:27.447 回答