NSMutableArray-can't add objects of my class
NSMutableArray-can't add objects of my class
- Subject: NSMutableArray-can't add objects of my class
- From: Rex Fernando <email@hidden>
- Date: Sun, 2 Jul 2006 23:01:39 -0500
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?
_______________________________________________
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