iPhone dev - viewDidLoad and viewDidUnload in programmatically created view?
Posted
by Mk12
on Stack Overflow
See other posts from Stack Overflow
or by Mk12
Published on 2010-06-02T15:28:54Z
Indexed on
2010/06/02
16:14 UTC
Read the original article
Hit count: 284
I read somewhere that in a programmatically created view in a UIViewController, not using Interface Builder, -viewDidLoad
and -viewDidUnload
should not be used. Is this right? Why? Where would I release subviews that I have retaining properties of? Or should I just not use properties for them?
EDIT: Read my comments on Rob Napier's answer.
© Stack Overflow or respective owner