Here’s how you can disable AutoFill
for a UITextField
:
let textField = UITextField()
textField.textContentType = .none
Disabling AutoFill in Interface Builder
UITextField
in Interface Builder.Identity Inspector
, locate the Text Content Type
field.None
.