Re: Yet another memory management question
Re: Yet another memory management question
- Subject: Re: Yet another memory management question
- From: DKJ <email@hidden>
- Date: Sat, 4 Jul 2009 20:34:18 -0700
In fact I'm now going through my code line-by-line, checking all the
alloc, retain, copy etc. statements. While doing so I've come across
another thing that puzzles me.
Xcode very kindly provides template code when I create new files for
classes like UIViewController. (But this is still a Cocoa question.)
In the template code for viewDidLoad, it provides [super viewDidLoad].
But there is no corresponding [super viewDidUnload] in the template
code for viewDidUnload. Should it be there anyway?
dkj
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden