cocoa UITextfield one function to back one character
-(void) keyBack { if ([[txtField text] length] > 0) { [txtField setText:[[txtField text] substringToIndex:[[txtField text] length]-1]]; } }
Log in to answer.
leothenerd 6:17 pm on January 7, 2010