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
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.