• 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: Subclassing NSMutableDictionary
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Subclassing NSMutableDictionary


  • Subject: Re: Subclassing NSMutableDictionary
  • From: Shawn Erickson <email@hidden>
  • Date: Tue, 29 Nov 2005 10:34:40 -0800

On 11/29/05, Guy English <email@hidden> wrote:

> - (id)init
> {
>     self = [super init];
>     if (self != nil) {
>         [self setObject: [NSMutableArray array] forKey:@"children"];
>     }
>     return self;
> }

Yup good catch... copy and paste without thinking is a bad thing.
 _______________________________________________
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

  • Follow-Ups:
    • Re: Subclassing NSMutableDictionary
      • From: David Alter <email@hidden>
References: 
 >Subclassing NSMutableDictionary (From: David Alter <email@hidden>)
 >Re: Subclassing NSMutableDictionary (From: Shawn Erickson <email@hidden>)
 >Re: Subclassing NSMutableDictionary (From: Guy English <email@hidden>)

  • Prev by Date: Re: Is Apple's singleton sample code correct?
  • Next by Date: bug with acceptsFirstMouse: behavior
  • Previous by thread: Re: Subclassing NSMutableDictionary
  • Next by thread: Re: Subclassing NSMutableDictionary
  • Index(es):
    • Date
    • Thread