Re: Displaying NSArray in NSTableView
Re: Displaying NSArray in NSTableView
- Subject: Re: Displaying NSArray in NSTableView
- From: Quincey Morris <email@hidden>
- Date: Mon, 17 Nov 2008 17:38:23 -0800
On Nov 17, 2008, at 04:03, 양승준 wrote:
The data is in parBuffer initialized inside (id) init as
parBuffer = [NSArray arrayWithObjects:
[NSNumber numberWithInt:4],
[NSNumber numberWithInt:8],
[NSNumber numberWithFloat:3.14] , nil];
Is this a garbage-collected application? If not, then you have a
memory management problem because 'parBuffer' is not being retained.
Are there any error messages in the log?
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden