• 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: observing dealloc [Solved]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: observing dealloc [Solved]


  • Subject: Re: observing dealloc [Solved]
  • From: Ken Tozier <email@hidden>
  • Date: Tue, 29 May 2007 13:27:22 -0400

Thanks all

I ended up ditching the whole thing in favor of

static NSMutableDictionary gGlobals = nil;

@implementation KWrappingMatrix

+ (void) initialize
{
	gGlobals = [[NSMutableDictionary alloc] init];
	[gGlobals setObjectForKey: @"bla bla bla" forKey:@"bobo"];
}

Which does basically the same thing. May not be perfect but it does what I want.

Oh the perils of programming when you're exhausted and being "too clever by half..."

- Ken
_______________________________________________

Cocoa-dev mailing list (email@hidden)

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


References: 
 >Re: observing dealloc (From: James Bucanek <email@hidden>)
 >Re: observing dealloc (From: Wincent Colaiuta <email@hidden>)

  • Prev by Date: Re: Can't customize toolbar in category
  • Next by Date: NSArray lookup, pointer comparison
  • Previous by thread: Re: observing dealloc
  • Next by thread: Re: observing dealloc
  • Index(es):
    • Date
    • Thread