Re: Remove and release subviews
Re: Remove and release subviews
- Subject: Re: Remove and release subviews
- From: j o a r <email@hidden>
- Date: Sun, 2 May 2004 17:24:07 +0200
My simple suggestion would be that you don't spend time trying to track
down how the retain count increases and decreases during the lifetime
of an object. Stay focused on *your* code, and make sure that you're
adhering to the simple Cocoa memory management rules.
Are you really having a problem, or are you just having a bit too much
free time on your hands? If it's the latter, I would suggest that you
override "retain" and "release" in your view subclass and set
breakpoints to see when, where and why these methods are called - much
more informative, compared with simple log statements.
j o a r
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
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.