Basically I want a custom UINavigationBar. I don\'t want it to be \"translucent\" or anything, like the pictures app.
UINavigationBar
I basically want to completely remove
To see through the UINavigationBar, if you choose to have one, just:
self.navigationController.navigationBar.translucent=YES;
You'll have to change the tint/color to match the background if you want it to appear like the image you posted.