PinCodeTextField icon indicating copy to clipboard operation
PinCodeTextField copied to clipboard

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

Hello, Is it possible add support code prompts from SMS? There is a standard feature for this: `textfield.textContentType = .oneTimeCode`

Is there a way to dynamically update the width? Let's say I need to use 6 characters but the width for the View will be tighter. Can I dynamically update...

Hey guys: I've import the project with Carthage, and whoever I wanna build, I receive this error message: I run : ``` carthage build PinCodeTextField --platform iOS ``` ``` Task...

When I launch the app on iPad device and I type The Numbers inside the PinCodeTextField I am unable to see while on iPhone it works just fine.

I attempted to integrate PinCodeTextField in my project by following these steps with Carthage https://github.com/Carthage/Carthage#if-youre-building-for-ios-tvos-or-watchos I am using XCode 9.4.1. I have the framework built for PinCodeTextField, and linked to...

Using Swift 4.2, iOS 12.0: ### Sample code: In the `UIViewController` holding the PinCodeTextField: ```swift viewDidLoad() { super.viewDidLoad() pinCodeTextField.allowedCharacterSet = CharacterSet.decimalDigits pinCodeTextField.keyboardType = UIKeyboardType.numberPad pinCodeTextField.font = UIFont(name: "CustomFont", size: 20.0)...

I'm new into iOS development. and not really familiar with pods installation/usage workflow I've just successfully installed pincodetextfiled pod using terminal but when I'm using it, it keeps returning me...

When using PinCodeTextField programatically, there is no way to align it on left or right, but just in the center. This PR allows it to align in left, center (by...