devopsinthecloud icon indicating copy to clipboard operation
devopsinthecloud copied to clipboard

Spell checking is disabled

Open arielpollack opened this issue 6 years ago • 2 comments

Hey, I've noticed spellCheckingType is always overridden to .no. I can fix it but I wanted to understand the logic first.

Part of the initial setup of HKWTextView is

[self.parentTextView overrideSpellCheckingWith:UITextSpellCheckingTypeNo];

I didn't understand when it returns to the original setting, please shed some light on this one :)

The only way I succeed solving it is commenting out the line above, nothing on my side solved it, even using the overrideSpellCheckingType: method.

Thanks.

arielpollack avatar Mar 29 '18 08:03 arielpollack

Any updates on this? Are there any reasons for disabling spell check? Is it going to cause any bugs if I enable it?

almas73 avatar May 31 '18 18:05 almas73

Honestly, no clue. We'll look into it

dgattey avatar Mar 01 '19 08:03 dgattey