使用我的UITextField,我的用户可以做几件事来验证。我使用inputAccessoryView。现在我想隐藏键盘上的返回键。
这可能吗?怎么样?
答案 0 :(得分:5)
您可以通过在UITextField上将keyboardType设置为UIKeyboardTypeTwitter来用#和@键替换返回键。
答案 1 :(得分:0)
reloadInputViews()
-当对象是第一响应者时,更新自定义输入和附件视图。
https://developer.apple.com/documentation/uikit/uiresponder/1621110-reloadinputviews