Possible Duplicate:
iPhone SDK - make UINavigationBar transparent
In my app I'm using a NavigationController that wraps all of the other views through Push Segues. So I'm wondering how I can go about setting the controller to have a clear background for all views.
I tried
[self.navigationController.navigationBar setBackgroundColor:[UIColor clearColor]];
but my view still loaded with the same stock color bar.
Anyone out there that can give me some help is greatly appreciated.