PinCodeTextField icon indicating copy to clipboard operation
PinCodeTextField copied to clipboard

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

If possible could you please add support for `.returnKeyType` like instead of the return button the keyboard saying "return" allow it to say "done". This would be greatly appreciated. Thank...

As like as mPhin login ex : * * * _ _ _

Hi, I noticed that the podspec of the library has its version as 0.2.0 but the version that shows up in cocoapods.org is 0.1.0.

![Screen Shot 2019-07-27 at 8 54 04 PM](https://user-images.githubusercontent.com/13825453/62000894-d6716880-b0b0-11e9-9fc7-890edfc145bb.png)

Hello , When I add PinCodeTextField on view xcode gives me this error : `IB Designables: Failed to render and update auto layout status for ActivateViewController (BsR-nV-Gia): dlopen(PinCodeTextField.framework, 1): no...

Not able to implement it in my Objective C Project. Please help.

Can you please update this library for swift 5 and Xcode 10.2?

Please I have this code snippet and I don't know why it is not working: ``` let pincodeView = PinCodeTextField() pincodeView.isSecureTextEntry = true pincodeView.characterLimit = 4 $0.addSubview(pincodeView) ```

I am getting this `Ambiguous use of 'placeholderText'` when I try to set the placeholderText from code.