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