• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSArrayController subclass crash
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: NSArrayController subclass crash
      • From: Jaime Magiera <email@hidden>
References: 
 >NSArrayController subclass crash (From: Jaime Magiera <email@hidden>)

  • Prev by Date: NSArrayController subclass crash
  • Next by Date: Re: NSArrayController subclass crash
  • Previous by thread: NSArrayController subclass crash
  • Next by thread: Re: NSArrayController subclass crash
  • Index(es):
    • Date
    • Thread