When you type "aa" space space UITextField auto correct the text as "aa. ". I don't want the end point and cannot find how to prevent this behaviour. I tried UITextAutocorrectionTypeNo with no success.
Anybody have a solution ? Thanks
When you type "aa" space space UITextField auto correct the text as "aa. ". I don't want the end point and cannot find how to prevent this behaviour. I tried UITextAutocorrectionTypeNo with no success.
Anybody have a solution ? Thanks
It isn't possible to change this behavior by code.
The user must go in Settings, General, Keyboard and disable the "." Shortcut.
Good luck!