在iPhone 6的键盘下隐藏的自动校正 [英] auto correction hidden under keyboard in iphone 6

查看:212
本文介绍了在iPhone 6的键盘下隐藏的自动校正的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

自动更正 UITextview 在Iphone5s中完美运行,但它隐藏在iphone 6的键盘后面

Auto correction of UITextview is working perfectly in Iphone5s but it is getting hidden behind the keyboard in iphone 6

在iPhone 5s中按预期工作

works as expected in iPhone 5s

但是在iphone 6中不起作用

But does not work in iphone 6

< img src =https://i.stack.imgur.com/u3RDv.jpgalt =在此处输入图像说明>

有没有在iphone 6中解决此问题的任何方法

Is there any way to fix this in iphone 6

推荐答案

否,转到财产并更改更正默认或是没有

NO , go to property and change correction Default or Yes to NO

以编程方式
目标C:

Programmatically Objective C:

[textview setSpellCheckingType:  UITextSpellCheckingTypeNo];

Swift:

 username.spellCheckingType = .No

这篇关于在iPhone 6的键盘下隐藏的自动校正的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆