Re: Stupid (virtual) keyboard mistake... I think

2011-07-20 Thread Matt Neuburg
On Tue, 19 Jul 2011 18:57:37 -0500, William Squires said: > What's the proper way to detect if the "Enter" key on the virtual > (on-screen) keyboard in iOS is touched? > Is this part of the UITextField delegate protocol? Or is it supposed to be > the "Editing Did End" event you see when you ri

Re: Stupid (virtual) keyboard mistake... I think

2011-07-19 Thread Fritz Anderson
On 19 Jul 2011, at 6:57 PM, William Squires wrote: > What's the proper way to detect if the "Enter" key on the virtual > (on-screen) keyboard in iOS is touched? > Is this part of the UITextField delegate protocol? Like textFieldShouldReturn:? Or do you mean something else? — F _

Re: Stupid (virtual) keyboard mistake... I think

2011-07-19 Thread William Squires
Oops, should have stipulated: iOS 4 dev on Xcode 3.2.whatever. On Jul 19, 2011, at 6:57 PM, William Squires wrote: > What's the proper way to detect if the "Enter" key on the virtual > (on-screen) keyboard in iOS is touched? > Is this part of the UITextField delegate protocol? Or is it suppose

Stupid (virtual) keyboard mistake... I think

2011-07-19 Thread William Squires
What's the proper way to detect if the "Enter" key on the virtual (on-screen) keyboard in iOS is touched? Is this part of the UITextField delegate protocol? Or is it supposed to be the "Editing Did End" event you see when you right-click on the UITextField in question (in IB, of course)? I