PassCodeInput
PassCodeInput copied to clipboard
Allow user to provide input pattern possibly using regular expression or a Swift construct
This covers the use case where the pin code has
- a certain format e.g EEE222
- restrict the keyboard to a range of characters
- present the appropriate keyboard based on the required input
CharacterSet article from NSHipster is of interest