PassCodeInput icon indicating copy to clipboard operation
PassCodeInput copied to clipboard

Allow user to provide input pattern possibly using regular expression or a Swift construct

Open devraj opened this issue 5 years ago • 1 comments

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

devraj avatar May 01 '20 10:05 devraj

CharacterSet article from NSHipster is of interest

devraj avatar May 11 '20 13:05 devraj