NSSet designated initializer
NSSet designated initializer
- Subject: NSSet designated initializer
- From: Greg Hurrell <email@hidden>
- Date: Wed, 27 Jul 2005 16:36:00 +0200
Can someone tell me what the designated initializer for the NSSet
class is?
I know it's a class cluster and I want to override the initializer in
my subclass so that I can guarantee that my own concrete subclass
gets instantiated and not some other class. The only reference I can
find is a bit of really old NeXT documentation that says that the
designated initializer is:
- (id)initWithObjects:(id)anObject, ...
Can anyone confirm that this is still the case in Cocoa?
And for the record, writing a category is not an acceptable
alternative to creating the subclass in this case.
Greg
_______________________________________________
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