Possible Duplicate:
Detect backspace in UITextField
I want to detect when backspace is pressed on the keyboard, even when a UITextField
is empty.
I tried to use ShouldChangeCharachtersInRange
, but it does not get called when the backspace is called and the text is empty.
How can I solve this?