Closed ghost closed 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 ?
firstNameTextField.delegate = self
Hi @mdaymond,
Use textFieldDelegate insert of delegate.
textFieldDelegate
delegate
Sorry for the late response!
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 ?