Re: Selecting UITextField text
Re: Selecting UITextField text
- Subject: Re: Selecting UITextField text
- From: Fritz Anderson <email@hidden>
- Date: Sat, 17 Oct 2009 16:21:35 -0500
On 17 Oct 2009, at 2:14 PM, Tron Thomas wrote:
How can someone programmatically select all the text in an
UITextField control?
Look up the UIResponderStandardEditActions informal protocol. It
includes a selectAll: method. The docs say most descendants of
UIResponder should implement it.
I don't know whether it will do what you hope; you should experiment.
— F
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden