CBPinEntryView
CBPinEntryView copied to clipboard
A customisable view for entering arbitrary length pins, codes or passwords in iOS. Supports iOS 12 one time codes.
Adding a property to set the pin's backgroundColor when filled with a secure entry. This is useful when changing the background color of the button is needed. I need to...
Is it possible to add text cursor in input box?
Package Resolution Failed Showing All Messages : https://github.com/Fawxy/CBPinEntryView has no Package.swift manifest for version 1.7.1
Hello, First of all thanks for very useful library 👍 I could not trigger copy/paste dialog in the input. Is there a way to enable or disabled on purpose? I...
Hi so I want to add inputAccessoryView to PinEntry but as textfield is a private var, it cannot be accessed. How can I set inputAccessoryView to the textfield where I...
I'm using this library for CNIC . Now i have to set the text to your Pin view (CNIC value coming from server). I'm looking to set the value just...
My app supports the Arabic language, when I tried to switch the app from English to Arabic the CBPinEntryView responded to the change which I don't want to change the...
Currently, there is no direct way to change the `keyboardType` when creating PinEntryView in code I added a way to change it in code