ios - 如何以编程方式禁用预测 View 但在 iOS 中的 textview 上启用自动更正?
<p><p>我正在创建一个具有聊天界面的应用程序。我想禁用预测 View ,但不禁用 textview 上键盘的自动更正功能。我在下面使用了一个</p>
<pre><code>message.autocorrectionType=UITextAutocorrectionTypeNo
</code></pre>
<p>它禁用了预测和自动更正功能。但我只想禁用预测。 </p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>试试这个</p>
<pre><code>message.spellCheckingType=UITextSpellCheckingTypeYes
message.autocorrectionType=UITextAutocorrectionTypeNo
</code></pre>
<p>希望有效。 :)</p></p>
<p style="font-size: 20px;">关于ios - 如何以编程方式禁用预测 View 但在 iOS 中的 textview 上启用自动更正?,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/29620867/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/29620867/
</a>
</p>
页:
[1]