I want to use the new iOS 12 keyboard feature for auto generating strong passwords for our users.
In the signup progress, the password field appears on its own viewcontroller which only triggers saved password.
Inserting an textfield with textContentType .userName above the password field fixes the problem.
Does anyone know how to generate strong password when only one textfield (passwordField) on the viewcontroller?
I tried both setting the textContentType to .newPassword in code and storyboard
Thank you!