Re: Pref Panes and Instance Variables?
Re: Pref Panes and Instance Variables?
- Subject: Re: Pref Panes and Instance Variables?
- From: "Josh M. Hurd" <email@hidden>
- Date: Sun, 13 Jan 2002 03:24:08 -0800
I have it retained properly. The code snippet I posted was one of many
trials. The one I posted was obviously not the correct one but it
didn't matter as the problem was something completely different. I've
put my original (proper) code back in.
Thanks for the help all!
M
On Sunday, January 13, 2002, at 02:23 AM, Andreas Monitzer wrote:
The retain count thing will bite you anyways. Use [[<class> alloc]
init] when you want to keep something in memory.
Read the article at StepWise about that subject.
andy
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.