VKPinCodeView is simple and elegant UI component for input PIN. You can easily customise appearance and get auto fill (OTP) iOS 12 feature right from the box.
Thanks for this pod and all your effort.
I was using the older version (0.1.9) when I tried to update the pod to version(0.3.0).
I found out that isError variable is Private.
I'm doing the OTP code check at server side, so I have to wait for the API response to show error or proceed with my flow.
Could you please fix this or provide another solution for it?
Thanks for this pod and all your effort. I was using the older version (0.1.9) when I tried to update the pod to version(0.3.0). I found out that
isError
variable isPrivate
. I'm doing the OTP code check at server side, so I have to wait for the API response to show error or proceed with my flow. Could you please fix this or provide another solution for it?Appreciate your quick response. Thanks!