Re: Subclassing NSMutableDictionary
Re: Subclassing NSMutableDictionary
- Subject: Re: Subclassing NSMutableDictionary
- From: David Alter <email@hidden>
- Date: Tue, 29 Nov 2005 10:59:06 -0800
Thanks for all the help. I will likely handle things in my controller
class.
thanks
-dave
On Nov 29, 2005, at 10:34 AM, Shawn Erickson wrote:
On 11/29/05, Guy English <email@hidden> wrote:
- (id)init
{
self = [super init];
if (self != nil) {
[self setObject: [NSMutableArray array] forKey:@"children"];
}
return self;
}
Yup good catch... copy and paste without thinking is a bad thing.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40alterconsulting.net
This email sent to email@hidden
_______________________________________________
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