-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ValidatorControlDelegate is only possible when using ValidatorTextField
#54
Comments
The Reference: |
@aamctustwo thanks for response, I'm not sure I'm convinced. The logic for |
You should be able to do something similar with your |
Exactly. In which case how would you feel about exposing @aamctustwo |
As it is originally written, the If you'd like to raise a PR with an implementation, I'd be happy to take a look at it. |
I use https://github.com/CosmicMind/Material
Which has it's own styled
UITextField
subclasses.My subclassed text field implements
ValidatorControl
protocol.It would be good if I could use
ValidatorControlDelegate
when using other classes besides the providedValidatorTextField
.The text was updated successfully, but these errors were encountered: