Re: subclassing NSMutableArray
Re: subclassing NSMutableArray
- Subject: Re: subclassing NSMutableArray
- From: Shawn Erickson <email@hidden>
- Date: Sat, 26 Oct 2002 13:10:27 -0700
On Saturday, October 26, 2002, at 01:00 PM, Charles Brokaw wrote:
I must be pretty stupid. I want a subclass of NSArray.
Read an understand class clusters, a common pattern in Cocoa...
http://developer.apple.com/techpubs/macosx/Cocoa/TasksAndConcepts/
ProgrammingTopics/Foundation/Concepts/ClassClusters.html
Also why do you want to sub-class NSArray?
For most things all you need is a category or wrapper class not a
sub-class.
-Shawn
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.