Dealloc on my custom objective-C
Posted
by VansFannel
on Stack Overflow
See other posts from Stack Overflow
or by VansFannel
Published on 2010-06-05T16:37:05Z
Indexed on
2010/06/05
16:42 UTC
Read the original article
Hit count: 662
Hello.
I'm developing an iPhone application, and I very new on iPhone development.
I've created some custom classes with instance variables (NSArray, NSString, etc.). All classes inherits from NSObject.
Should I create a dealloc method to release all instance variables?
Thank you.
© Stack Overflow or respective owner