0

I have a text field which I use in my app to enter verification codes from SMS, I did all the required to make it capture the verification codes automatically but it doesn't!! enter image description here

I did not use any codes for this any advices ?

Jacob
  • 105
  • 1
  • 5

1 Answers1

0

Set the textContentType property to .oneTimeCode. Example

myTextField.textContentType = .oneTimeCode

Enabling Password AutoFill on a Text Input View