PinCodeInputView
PinCodeInputView copied to clipboard
A input text view for entering pin code.
Thanks for this great library. I am having trouble using it with Storyboard. If I do the following: ```swift @IBOutlet var input: PinCodeInputView? ``` Xcode complains about using a generic...
This is from running the demo project: ``` 2019-06-19 23:35:59.883540+0800 Demo[91228:19194565] [LayoutConstraints] Unable to simultaneously satisfy constraints. Probably at least one of the constraints in the following list is one...
I'm getting the following error when running it on a physical device: ``` 2019-06-19 22:57:08.645751 [20946:5011500] Can't find keyplane that supports type 4 for keyboard iPhone-PortraitChoco-NumberPad; using 20603_PortraitChoco_iPhone-Simple-Pad_Default ``` While...
You are now able to show text as secure input. The way to do it is to set the ```isSecureText``` field in the ```PinCodeInputView``` to true. As well, all ItemViews...
Hi there, thank you for this library. There is an issue with Pods of the library, when library is imported manually it works fine otherwise if installed through Pods, it...