ios - Check user settings for Check Spelling and Autocorrect -


i make switch turning on/off autocorrect , checkspelling function in uitextview.

as far know when user disabled checkspelling in ios (settings > general > keyboard > check spelling) there no way turn on programatically. apple says spellcheckingtype override iphone settings. as turns out doesn't.

it works when user have autocorrect , checkspelling turned on, can turned off programatically, sadly other way around it's not working.

so there way check if user has turned off these properties in ios settings? provide kind of feedback user how can turn them on.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -