dealloc and Instances created from IB
dealloc and Instances created from IB
- Subject: dealloc and Instances created from IB
- From: Matt Thomas <email@hidden>
- Date: Wed, 13 Mar 2002 14:43:13 -0500
Sorry if this is a newbie question:
I created a class in Interface Builder, instantiated it, made the proper
connections, and then created the files. I then edited the class and
added init and dealloc methods in the class. I was then debugging the
class and it looks like dealloc was not being called.
So my questions is, if i have an instance of a class created in
Interface Builder, will it's dealloc method ever be called? Is there a
method I can use to make sure clean up goes okay when I release an
object?
-Matt
_______________________________________________
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.