What init declaration class needs?
What init declaration class needs?
- Subject: What init declaration class needs?
- From: Roberto Sobachi <email@hidden>
- Date: Fri, 13 Feb 2004 14:30:39 +0100
- (listCollection *) init
{
[super init];
list = [[NSMutableArray alloc] init];
return self;
}
What does it need?
If I try to know the count of the Array from another class, I can't, it
returns 0, also if I add objects to it.
Why?
Roberto Sobachi
developer
http://www.xidiar.com
_______________________________________________
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.