array object creation philosophy
array object creation philosophy
- Subject: array object creation philosophy
- From: Famille GOUREAU-SUIGNARD <email@hidden>
- Date: Thu, 4 Jul 2002 06:34:18 +0200
Hi,
I wish to create an outline view data source.
It will be an array of items.
Whet is the best/localiest/nicest way to build my class ?
myOutlineViewDataSource : NSMutableArray
or
myOutlineViewDataSource : NSObject
{
NSMutableArray *records ;
}
Thanks
Camille
_______________________________________________
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.