With the release of iOS 8 I would like to disable the predictive text section of the keyboard when I begin typing in a UITextField. Not sure how this is done, any help would
FIXED for SWIFT-3:
myTextField.autocorrectionType = .no