Re: Cocoa n00b frustrations
Re: Cocoa n00b frustrations
- Subject: Re: Cocoa n00b frustrations
- From: Uli Kusterer <email@hidden>
- Date: Sat, 7 Jun 2008 21:12:13 -0700
Am 07.06.2008 um 20:33 schrieb John Pannell:
I think the secret to getting this type of thing right is that the
documentation uses the end of the instance methods list for a class
to call out specifically when methods are delegate methods. Look at
the end of NSControl's list and you can see a special section
entitled delegate methods, while NSTextView's list does not contain
such a declaration.
The convention here is that delegate methods are generally declared
as a category on NSObject, while the methods the OP is calling are
declared in a category on NSTextField.
Cheers,
-- Uli Kusterer
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
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