Re: Why does this leak memory?
Re: Why does this leak memory?
- Subject: Re: Why does this leak memory?
- From: j o a r <email@hidden>
- Date: Mon, 11 Jul 2005 08:50:48 +0200
On 11 jul 2005, at 08.37, Bob Ippolito wrote:
If this is a custom cell, perhaps you're not implementing NSCopying
and NSCoding? When you subclass something that implements
protocols, and make changes to it that break the implementation of
those protocols (adding ivars, etc.), then you are asking for it. ;)
This is a very common problem with custom cell subclasses! You *need*
to understand how this works if you're going to implement your own
cell subclass to be used in for example a table view, or any other
control that will copy it's cells.
Read more here:
<file:///Developer/ADC Reference Library/documentation/Cocoa/
Conceptual/MemoryMgmt/Tasks/ImplementCopy.html#//apple_ref/doc/uid/
20000049>
j o a r
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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