gpt4 book ai didi

ios - 如何在 iOS Objective C 的数字键盘中禁用更改语言?

转载 作者:可可西里 更新时间:2023-11-01 03:48:38 24 4
gpt4 key购买 nike

我有 texFiled 我是我的 View Controller ,我为此设置了数字键盘:

self.phoneTextField.keyboardType = UIKeyboardTypeNumberPad; 

现在我希望用户只能在文本字段中输入英文数字(不能更改语言)

enter image description here

最佳答案

(这仅适用于 iOS 10 或更高版本和数字键盘)

swift

yourTextField.keyboardType = .asciiCapableNumberPad

objective-c

yourTextField.keyboardType = UIKeyboardTypeASCIICapableNumberPad;

关于ios - 如何在 iOS Objective C 的数字键盘中禁用更改语言?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42219994/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com