I\'ve got a UIButton in a UIView, which is in a UIViewController that I\'ve allocated and inited from a .xib file.
When hooking an IBAction up to the \'Touch Down\'
You're releasing newViewController.
While the adding the newViewController.view as a subview will retain the view, the newViewController object will have a retain count of 0.