最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

ios - How to turn off predictive text for a TextField with a non-english keyboard? - Stack Overflow

programmeradmin1浏览0评论

I need to disable the word suggestions that the iOS keyboard provides with the Russian keyboard.

Reading this StackOverflow post states that the standard solution of setting .disableAutocorrection(true) does not work for non "ASCII" conforming keyboards. I have verified this to be true with the Cyrillic Russian keyboard.

I am using SwiftUI for my user experience, and cannot refactor the whole app to a Storyboard or UIKit based experience

How do I disable the word suggestions with non-Latin character keyboards in Swift?

发布评论

评论列表(0)

  1. 暂无评论