iPhone keyboard security,

后端 未结 3 691
我在风中等你
我在风中等你 2021-01-15 12:47

I would like to disable auto text capture by OS, if you type in UITextField/UITextView OS capture this text ( If not found in it\'s dictionary ) in your application, it will

3条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-15 13:13

    If disabling auto correction doesn't work, I don't believe this is possible with the built in keyboard. The only solution seems to be to create your own keyboard implementation, which others have done for various reasons.

提交回复
热议问题