how to know whether dealloc is getting called or not in iphone sdk?
Posted
by chaitanya
on Stack Overflow
See other posts from Stack Overflow
or by chaitanya
Published on 2009-12-14T10:56:13Z
Indexed on
2010/05/10
2:18 UTC
Read the original article
Hit count: 206
iphone
|iphone-sdk-3.0
hi.. i am using UIviewcontroller subclasses. In my main view i have 3 buttons, each button will load a different nib. and each new nib is having one back button to come back to main view. when i click one the back button of any view to move to the main view the dealloc of that view is not getting called? i didnt understood this. can anyone explain when those views dealloc will be called?
© Stack Overflow or respective owner