If you are making games, you will sometimes want to turn off the auto correct feature of iPhones.
Just add this text (HTML code) autocorrect=”off” to your input field to turn off the predictive text function of iPhones.
<input type="text" autocorrect="off" />