ennuikiller
2009-09-07 14:10:36
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
2009-09-07 14:50:20
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
2009-09-07 15:16:36
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
2009-12-10 00:49:06