如何以编程方式避免 iPhone/iPad 添加“.”输入 2 个连续空格时将 char 写入文本字段?
当我在 iPhone/iPad 文本字段中输入两个或多个连续空格字符时,iOS 会添加一个“.”。最后输入的单词末尾有 char ,这是我通常不想要的。 我想我已经禁用了 Interface Builder 中文本字段的所有类型的“自动更正控件”,但没有运气。
When I type two or more consecutive space chars into an iPhone/iPad textfield, iOS adds a '.' char at the end of the last typed word, which is something I don't usually want.
I think I've disabled all kind of "automatic correction controls" for my textfields inside Interface Builder, but no luck.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在这个方法中:
而不是返回YES
这样做:
In this method:
instead of return YES
do this: