How to detect UIKeyboard "backspace" button touch on UITextField?

Viewed 24991

How can i detect backspace button pressed on UIKeyboard?

enter image description here

thanks


EDIT: Is there any keyboard delegate that returns key pressed value?

3 Answers
Related