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