Re: MutableArrays losing its contents?
Re: MutableArrays losing its contents?
- Subject: Re: MutableArrays losing its contents?
- From: Ed Watkeys <email@hidden>
- Date: Mon, 1 Dec 2003 14:01:39 -0500
On Dec 1, 2003, at 12:32 PM, Lee Morgan wrote:
On Dec 1, 2003, at 5:54 AM, email@hidden wrote:
Did you actually create an array object, or did you just declare the
array in the header...?
Yup, myArray = [[NSMutableArray alloc]init];
Do so in my initWithFrame method.
Have you tried setting a breakpoint in the debugger on that line of
code to make sure it executes?
Ed
_______________________________________________
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.