PinCodeTextField
PinCodeTextField copied to clipboard
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.

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.