Re: textDidEndEditing
Re: textDidEndEditing
- Subject: Re: textDidEndEditing
- From: Douglas Davidson <email@hidden>
- Date: Thu, 11 Nov 2004 16:10:46 -0800
On Nov 11, 2004, at 4:03 PM, Andrew White wrote:
When using a delegate of a text field, what is the difference between
the 'textDidEndEditing' and 'controlTextDidEndEditing' methods? When
should I use one rather than the other?
The difference is that the text field itself receives the former, and
sends the latter to its delegate, so it is the latter you should
implement. textDidEndEditing is for text view delegates.
Douglas Davidson
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden