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!!
I did not use any codes for this any advices ?
Set the textContentType property to .oneTimeCode. Example
textContentType
.oneTimeCode
myTextField.textContentType = .oneTimeCode
Enabling Password AutoFill on a Text Input View
2.1m questions
2.1m answers
60 comments
57.0k users