Re: Send action when textDidChange
Re: Send action when textDidChange
- Subject: Re: Send action when textDidChange
- From: "Erik M. Buck" <email@hidden>
- Date: Tue, 26 Jun 2001 09:38:59 -0500
Use a delegate of the text field in question rather than observing the
notification sent by all text fields.
OR
You can tell which text field sent the notification from the notification's
argument