Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以知道(以编程方式)用户是否启用/禁用了拼写检查 (常规->键盘->检查拼写)?
不,您无法以编程方式找到它。
在 iOS 中是不可能的。但是您会因拼写错误而生成红色下划线。
[textView setSpellCheckingType:UITextSpellCheckingTypeYes];