Re: NSMutableArray-can't add objects of my class
Re: NSMutableArray-can't add objects of my class
- Subject: Re: NSMutableArray-can't add objects of my class
- From: Chris Suter <email@hidden>
- Date: Mon, 3 Jul 2006 14:16:32 +1000
On 03/07/2006, at 2:01 PM, Rex Fernando wrote:
Hello,
I created an NSMutableArray like this:
_notes = [[NSMutableArray alloc] init];
and I am trying to add objects of my own class to it. There is no
error message, but the array remains empty. What am I doing wrong?
Please provide more code.
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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