OTPFieldView
OTPFieldView copied to clipboard
Crash when load the view
// Forcefully try to make first otp field as first responder
(viewWithTag(1) as? OTPTextField)?.becomeFirstResponder()
On this line app being crash .
Please let me know how could i fix it