I’d like to respond to a touch on the return button of the virtual keyboard. Maybe I’m missing something obvious but it looks like I should set a notification for “textFieldShouldReturn:” and have that call some return key handler. Is this the easiest way to do this?
Thanks!
Umm… kinda.
Look at the text field’s delegate section of Apple’s “Your First iPhone Application” doc.