When I try to edit texts in my iPhone application (UITextfield), it auto-corrects my input.
UITextfield
Could you let me know how can I disable this?
I landed here looking for a Swift version of this:
myInput.autocorrectionType = .No
Also read the answer by @MaikelS
Swift 3.0
textField.autocorrectionType = .no