Re: Identifying NSTextViews
Re: Identifying NSTextViews
- Subject: Re: Identifying NSTextViews
- From: Graham Cox <email@hidden>
- Date: Wed, 29 Jul 2009 14:03:56 +1000
On 29/07/2009, at 1:56 PM, Rippit the Ogg Frog wrote:
- (void) textDidChange: (NSNotification*) notification
{
NSString *text = [[notification object] string];
// But which view was it?
return;
}
[notification object] is it.
--Graham
_______________________________________________
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