Hi @gali8. Thank you for great work :)
This is not a bug, but I just wanted to describe my experience with this code.
There should be a way to assign an Enum to regexPatternEnum instead of a number. Like:
myTextField.regexPatternEnum = .Email
Currently, it is
myTextField.regexPatternEnum = 9
which is not very descriptive.
Please add this feature in future version of this code.
Hi @gali8. Thank you for great work :)
This is not a bug, but I just wanted to describe my experience with this code.
There should be a way to assign an Enum to
regexPatternEnuminstead of a number. Like:myTextField.regexPatternEnum = .EmailCurrently, it is
myTextField.regexPatternEnum = 9which is not very descriptive.
Please add this feature in future version of this code.