gpt4 book ai didi

ios - UITextField secureEntry 错误放置光标

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

我在切换 UITextField 上的 secureEntry 属性时遇到问题。切换属性时,字符会调整大小,但光标停留在错误的位置:

insecure entry secure entry

最佳答案

这是我的解决方法:

textField.secureTextEntry = YES;

UITextRange *textRange = textField.selectedTextRange;
textField.selectedTextRange = nil;
textField.selectedTextRange = textRange;

禁用然后启用 UITextField 也有帮助,但它会突然将我的软键盘从一个更改为另一个

关于ios - UITextField secureEntry 错误放置光标,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22639834/

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