Do you need to release xib UI elements that aren't IBOutlets?

Posted by jammur on Stack Overflow See other posts from Stack Overflow or by jammur
Published on 2010-05-08T22:49:44Z Indexed on 2010/05/08 22:58 UTC
Read the original article Hit count: 208

Filed under:
|
|

If I have a xib file with, say, a UIButton element, but I do not create an IBOutlet to it, will it be released automatically? Or do I need to create outlets to all UI elements, and release them, even if I don't necessarily need the outlet for other purposes?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about xib