Re: When are bound variables initialized?
Re: When are bound variables initialized?
- Subject: Re: When are bound variables initialized?
- From: Scott Anguish <email@hidden>
- Date: Wed, 13 Apr 2005 17:38:37 -0400
just to poke my nose in here..
you'll want to set these values using a KVC compliant means.. so
accessors should be used..
On Apr 13, 2005, at 4:21 PM, Michael Lutz wrote:
I suggest you set it in your -init method instead. And use
awakeFromNib = [[NSMutableString alloc] initWithString:@"Distance"];
And then in your -dealloc you need to add
[awakeFromNib release];
Don't forget to call [super dealloc] at the end of your -dealloc
method.
--
"William Cheeseman ... is said not to be a doofus in real life." -
Roger Ebert, Chicago Sun-Times Online
Scott Anguish
email@hidden
_______________________________________________
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