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

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -