PinCodeTextField icon indicating copy to clipboard operation
PinCodeTextField copied to clipboard

Results 36 PinCodeTextField issues
Sort by recently updated
recently updated
newest added

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. ![ezgif com-gif-maker](https://user-images.githubusercontent.com/814597/101206361-ca56cd00-364d-11eb-807e-4af03005109f.gif)

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 ![80753999_3303997569641255_1250720555636621312_n](https://user-images.githubusercontent.com/17902030/71022533-5c965600-2109-11ea-8109-12475c5e7d79.jpg) image

//Similar as this method for textfield func textField(textField: UITextField, shouldChangeCharactersInRange range: NSRange, replacementString string: String) -> Bool { }