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
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
_
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
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