iOS 键盘可以编程为不自动插入两个空格的句点吗?
在 iOS 平台上,我有一个 UITextField,其中使用 ASCII 键盘布局。我注意到(就像键盘在其他应用程序中的工作原理一样),当我输入 space + space 时,会出现一个句点“.”被插入到文本字段中。这都是正常的 iOS 内容...
但是我可以以某种方式配置文本字段或键盘,以便关闭这种“两个空格 == 句点”行为吗?
On the iOS platform, I have a UITextField
where I am using the ASCII keyboard layout. I notice (like the keyboard works in other apps) that when I type space + space, a period '.' is inserted into the text field. This is all normal iOS stuff...
But can I configure the text field or the keyboard somehow so that this "two spaces == period" behavior is turned off?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此处发布了一种可能的解决方案(尽管不是完美的)... http://www.mailinglistarchive.com/[电子邮件受保护]/msg00037.html
One possible solution (albeit not a perfect one) has been posted here ... http://www.mailinglistarchive.com/[email protected]/msg00037.html