+1  A: 
ennuikiller
I used that code but nothing happend neither for the current view nor for the next view - instead of yourImage I used [ UIImage imageNamed : @"store.png"]
Ghommey
Your need to make sure you have an channel in the image:<p>The alpha values in the source image are used to create the images—opaque values are ignored
ennuikiller
This won't work with 3.0+. You simply get a plain back button if you set `backBarButtonItem` to be a UIBarButtonItem with a custom view or an image.
ohhorob