AnimatedField icon indicating copy to clipboard operation
AnimatedField copied to clipboard

Unrecognized Delegate in Obj-C Project

Open chdexpert opened this issue 4 years ago • 1 comments

Error : Cannot find protocol declaration for 'AnimatedFieldDelegate'; did you mean 'UITextFieldDelegate'?

chdexpert avatar Apr 05 '20 15:04 chdexpert

Hi @chdexpert !! Sorry, AnimatedField is working 100% in Swift.

Example:

emailAnimatedField.delegate = self

extension ViewController: AnimatedFieldDelegate {
      ....
}

Try to clean project and build again. Thank you!

alberdev avatar Apr 08 '20 09:04 alberdev