Auto correction of UITextview
is working perfectly in Iphone5s but it is getting hidden behind the keyboard in iphone 6
works as expected in iPhone 5s
But does not work in iphone 6
Is there any way to fix this in iphone 6
Auto correction of UITextview
is working perfectly in Iphone5s but it is getting hidden behind the keyboard in iphone 6
works as expected in iPhone 5s
But does not work in iphone 6
Is there any way to fix this in iphone 6
NO , go to property and change correction Default or Yes to NO
Programmatically Objective C:
[textview setSpellCheckingType: UITextSpellCheckingTypeNo];
Swift :
username.spellCheckingType = .No