I use https://github.com/CosmicMind/Material
Which has it's own styled UITextField subclasses.
My subclassed text field implements ValidatorControl protocol.
class ValidationTextField: ErrorTextField, ValidatorControl
It would be good if I could use ValidatorControlDelegate when using other classes besides the provided ValidatorTextField.
I use https://github.com/CosmicMind/Material
Which has it's own styled
UITextFieldsubclasses.My subclassed text field implements
ValidatorControlprotocol.It would be good if I could use
ValidatorControlDelegatewhen using other classes besides the providedValidatorTextField.