3lvis / FormTextField

UITextField with support for formatters and input validators
Other
186 stars 41 forks source link

Setting UITextField Delegate results in activeBorderColor not being set. #14

Closed ghost closed 8 years ago

ghost commented 8 years ago

As soon as I set the delegate for my first field firstNameTextField.delegate = self I lose the activeBorderColor. As soon as I uncomment the delegate it appears again. ideas ?

3lvis commented 8 years ago

Hi @mdaymond,

Use textFieldDelegate insert of delegate.

Sorry for the late response!