Re: NSArrayController subclass crash
Re: NSArrayController subclass crash
- Subject: Re: NSArrayController subclass crash
- From: mmalc crawford <email@hidden>
- Date: Sun, 3 Feb 2008 17:42:22 -0800
On Feb 3, 2008, at 5:28 PM, Jaime Magiera wrote:
-(id) newObject
{
NSLog(@"New Object");
NSMutableDictionary *newTrackEvent = [NSMutableDictionary
dictionary];
[newTrackEvent setObject:[NSNumber numberWithInt:0]
forKey:@"timeValue"];
return newTrackEvent;
}
"new"
NSMutableDictionary *newTrackEvent = [[NSMutableDictionary alloc]
init];
mmalc
_______________________________________________
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