Objective-C is said to accept "\b" as the special character for backspace, how can I capture this in program?
My purpose is to catch it in an if-statement to enable me screen characters for my textField:
if ([someCharacter isEqualToString:@"\b"]) { }