diff --git a/Examples/CodeExample/SignUpViewController.swift b/Examples/CodeExample/SignUpViewController.swift index b7c1ad7..fd7bed9 100644 --- a/Examples/CodeExample/SignUpViewController.swift +++ b/Examples/CodeExample/SignUpViewController.swift @@ -87,6 +87,7 @@ class SignUpViewController: ScrollingContentViewController { // swiftlint:disable:next function_parameter_count private func configureTextField(_ textField: UITextField, placeholder: String?, textContentType: UITextContentType?, autocapitalizationType: UITextAutocapitalizationType, returnKeyType: UIReturnKeyType, keyboardType: UIKeyboardType, isSecureTextEntry: Bool) { textField.placeholder = placeholder + textField.textContentType = textContentType textField.autocapitalizationType = autocapitalizationType textField.autocorrectionType = .no textField.smartDashesType = .no