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
"
Copyright © Scott Stevenson 2004-2015
by Scott Stevenson — May 04
Garbage-collected objects can implement -finalize. It's not a direct replacement for dealloc, but it will probably do what you need.