Is it possible to appium disable autocorrect on ios app?

Is there a way to disable the app auto correction? I am trying to automate an ios app using the simulator, but the autocorrection is not letting me go forward…
i found this but it didnt work, it seems that appium resets what this script do

https://groups.google.com/forum/#!msg/calabash-ios/xlc9YPKev0M/vXqY_NvbXHUJ

1 Like

You sure you cant just disable it and then go ahead with the tests?

If you want to do it with appium, I guess you can use TouchAction to perform taps, swipes, etc. in order to go to phone settings and disable autocorrect

Bumping the question…
Is there a way to do it without setting the No Reset option on?