P parkov macrumors newbie Original poster Aug 28, 2008 #1 What's the best way to detect one keystroke at a time on the iPhone? Should something like the UITextField ValueChanged event be used or is there a way to intercept each key press directly?
What's the best way to detect one keystroke at a time on the iPhone? Should something like the UITextField ValueChanged event be used or is there a way to intercept each key press directly?
K kainjow Moderator emeritus Aug 28, 2008 #2 Probably the delegate method textField:shouldChangeCharactersInRange:replacementString: