P parkov macrumors newbie Original poster Aug 29, 2005 24 19 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 Jun 15, 2000 7,958 7 Aug 28, 2008 #2 Probably the delegate method textField:shouldChangeCharactersInRange:replacementString: