Re: [Newbie] Proper class releasing

2008-06-06 Thread Vijay Malhan
Jon > > > > *From:* Vijay Malhan [mailto:[EMAIL PROTECTED] > *Sent:* Friday, June 06, 2008 1:48 PM > *To:* Jon Keon > *Cc:* Cocoa Developer List > *Subject:* Re: [Newbie] Proper class releasing > > > > > > On Fri, Jun 6, 2008 at 9:41 PM, Jon Keon <[EMAI

RE: [Newbie] Proper class releasing

2008-06-06 Thread Jon Keon
EMAIL PROTECTED] Sent: Friday, June 06, 2008 1:48 PM To: Jon Keon Cc: Cocoa Developer List Subject: Re: [Newbie] Proper class releasing On Fri, Jun 6, 2008 at 9:41 PM, Jon Keon <[EMAIL PROTECTED]> wrote: Hi All, I'm having a problem with creating new instances of classes after other i

Re: [Newbie] Proper class releasing

2008-06-06 Thread Vijay Malhan
On Fri, Jun 6, 2008 at 9:41 PM, Jon Keon <[EMAIL PROTECTED]> wrote: > > Hi All, > > I'm having a problem with creating new instances of classes after other > instances of them have been released. > > I have a class called BaddieManager. > > In this class I have a NSMutableArray that holds instance

Re: [Newbie] Proper class releasing

2008-06-06 Thread Kyle Sluder
On Fri, Jun 6, 2008 at 12:11 PM, Jon Keon <[EMAIL PROTECTED]> wrote: > I have a class called BaddieManager. Any time you use the word Manager when programming in an MVC context blaring alarm bells should go off in your head. It seems like you're actually trying to write a model-controller object,