Re: array object creation philosophy
Re: array object creation philosophy
- Subject: Re: array object creation philosophy
- From: Ondra Cada <email@hidden>
- Date: Thu, 4 Jul 2002 14:57:00 +0200
On Thursday, July 4, 2002, at 06:34 , Famille GOUREAU-SUIGNARD wrote:
Whet is the best/localiest/nicest way to build my class ?
myOutlineViewDataSource : NSMutableArray
or
myOutlineViewDataSource : NSObject {
NSMutableArray *records ;
}
Very definitely the latter -- the former won't work at all. See "class
clusters".
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
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.