For some reason, even though I disable the auto-cap and auto-correct of my UITextField, it\'s still capitalizing the first letter of my input.
Here is the code:
Swift 2:
textField.autocorrectionType = .No textField.autocapitalizationType = .None