ioscocoauikeycommand

Detect delete key using UIKeyCommand


Anyone know how to detect the "delete" key using UIKeyCommand on iOS 7?


Solution

  • Simple really - need to look for the backspace character "\b"