If I have something like a UILabel linked to a xib file, do I need to release it on dealloc of my view? The reason I ask is because I don\'t alloc it, which makes me think I
If you don’t release it on dealloc it will raise the memory footprint.
See more detail here with instrument ObjectAlloc graph