VKPinCodeView
VKPinCodeView copied to clipboard
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.
Working with various methods of inputting codes (direct input, OTC SMS, deeplinking, ...), I currently have the need to programatically set a code in the VKPinCodeView. Would that go against...
This pull request will introduce: - Forced layout direction through new public property `layoutDirection `. - Custom `inputAccessoryView`. - Public getter for `code` property. - Updated example.
*** Terminating app due to uncaught exception 'NSRangeException', reason: '*** __boundsFail: index 20 beyond bounds [0 .. 4]' Right here: 0x0000000101be4e73 $s13VKPinCodeViewAAC10appendChar33_DE70FA91AF22EA7F25E32F03782F5828LLyySSF + 323
Can we make the 500 milliseconds configurable?? // secure text after a bit DispatchQueue.main.asyncAfter(deadline: .now() + .milliseconds(500), execute: { if !(textField.text?.isEmpty ?? true) { placeholderLabel.isHidden = true if self.shouldSecureText {...
I think There are some layout issues