Theocacao
Leopard
Design Element
Comment on "New Objective-C Tutorial"
by Scott Stevenson — May 04
@Danny: How can I preserve this mechanism with Garbage Collection when dealloc is never called?

Garbage-collected objects can implement -finalize. It's not a direct replacement for dealloc, but it will probably do what you need.
Back to "New Objective-C Tutorial"
Design Element

Copyright © Scott Stevenson 2004-2015