PinCodeTextField
PinCodeTextField copied to clipboard
It would be great if we could create a Swift package for PinCodeTextField and make it available on Git.
Hi, I add a small logic for customize secure symbol. Cause in my project I need asterix instead of dot symbol. 🌚
Paste controls are not enabled while long press could you please enable them on long press
Does it support textContentType = .oneTimeCode ??
Hi, my use case mandate that I use a border instead of an underline. So I put a flag to apply the same underline configuration to the border. 
Hi, would it be possible to add support for auto-capitalization type? `var autocapitalizationType: UITextAutocapitalizationType` Thanks!
Iqkeyboardmanager does not work.
I tried pointing the pod file version to 0.2.0 and it did not work. Pointing it to 0.1.0 did. Help?
As I mentioned in title the text alignment center now working when application language is Arabic please see the attachment  image
//Similar as this method for textfield func textField(textField: UITextField, shouldChangeCharactersInRange range: NSRange, replacementString string: String) -> Bool { }