如何禁用 UITextField 或键盘的文本自动更正?
我遇到的情况是自动更正没有任何意义。这太烦人了。我可以为 UITextField 禁用它吗?
I have a case where autocorrection NEVER makes any sense. It's incredibly annoying. Can I disable it for the UITextField?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 Interface Builder,您可以在 Inspector 的“Attributes”选项卡中禁用“Correction”。
您可以通过编程方式使用
With Interface Builder you can disable "Correction" in the "Attributes" Tab in Inspector.
Programmaticaly you can use