Disable auto correction of UITextField

后端 未结 6 2191
南笙
南笙 2020-12-14 05:34

When I try to edit texts in my iPhone application (UITextfield), it auto-corrects my input.

Could you let me know how can I disable this?

6条回答
  •  情歌与酒
    2020-12-14 05:59

    you can also set this in the storyboard by choosing the 'attributes inspector' and under 'correction' you can choose: 'Default', 'yes' and 'no'

提交回复
热议问题