VPMOTPView
VPMOTPView copied to clipboard
Auto fill VPMOTPView with the received OTP from Messages
I wonder if I can it's possible to autofill the otpView from the received Message.
With normal text field, I have found that this line of code will solve the issue
textField.textContentType = .oneTimeCode
Is that possible with VPMOTPView?