Search code examples
iosswiftuikitios14

UITextField how to remove Strong Password overlay


enter image description here

As shown in the picture, I am dealing with a "Strong Password" overlay in a secured UITextField. What is the correct way to handle this? One time the overlay appears, I can not make it dissapear or auto generate a strong password.

Thanks


Solution

  • I'm not aware of any way to disable this entirely.

    I ran into this same issue in the simulator. To get around it, make sure the software keyboard is showing. Then it should show you the prompt so you can "Choose My Own Password".enter image description here