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 ?
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
myTextField.textContentType = .oneTimeCode