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

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -