Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to permanently turn off Auto-Correct in iOS Simulator?

I am trying automated tests using Appium.

Every time Appium launches , it resets the properties of Simulator.

like image 849
Nischay Gulati Avatar asked May 20 '15 19:05

Nischay Gulati


2 Answers

Launch iOS Simulator.app and then select the device you want to boot.

From the home screen, launch Settings. Select General, then Keyboard. In the Keyboard Settings, disable Auto-Correct:

enter image description here

like image 155
Jeremy Huddleston Sequoia Avatar answered Oct 28 '22 14:10

Jeremy Huddleston Sequoia


You can turn-off autocorrection in your computer, that is

System Preferences -> Keyboard -> TextTurn off Autocorrect

This should turn off autocorrect everywhere in that specific computer.

Now, if you don't want to turn it off everywhere, you can go to the attributes inspector for each textfield and turn it off.

Turn off autocorrection for UITexField

like image 23
Boris Avatar answered Oct 28 '22 15:10

Boris