I have a passwordField who i set the isSecureTextEntry to true, for hidden the characters. But when I click to this passwordField this show me this
isSecureTextEntry
passwordField
I was having same issue while i was running my application on the simulator. Setting autocorrection to no solved my issue. I hope it helps you.
textFieldPassword.autocorrectionType = .no