I code an iOS App in Swift 4, I\'m french so I work with mobile phone in french language/french region.
With an iOS 12 device, my password
Indeed, using 2 password content-type textfields (when the user has to confirm a new password for instance) creates issues with the keyboard. As stated here, the keyboard is set to QWERTY whereas it should be in AZERTY (with the language I use) and when I go from one textfield to the other, the keyboard blinks.
Actually, there's no need to set this content-type for password textfields, using "New password" content-type for both textfields works just fine and creates no issue with the keyboard.