As I understand it, I do have to release the top level objects (including window, custom controller objects, ...) from my Nib file, if I load it programmatically by myself.
But do I have to care about them in an simple view-based application that has only one main nib file?
And would I have to care about them when having an view-based application that uses an UITabBarController and multiple Nib files?