Does the dealloc in Appdelegate calls or not?
Posted
by monish
on Stack Overflow
See other posts from Stack Overflow
or by monish
Published on 2010-03-19T12:33:56Z
Indexed on
2010/03/19
12:41 UTC
Read the original article
Hit count: 296
objective-c
Hi guys,
I the allocated arrays in the didFinishLaunching of my appdelegate.And I released those arrays in the dealloc of the appdelegate.
My doubt here is does the dealloc of appdelegate calls?and does the arrays in the appdelegate releases or not?
Anyone's help will be much appreciated.
Thank you, Monish Kumar.
© Stack Overflow or respective owner