iphone Programming Glossary: customitem
iphone - Custom UIBarButtonItem for back button http://stackoverflow.com/questions/4844558/iphone-custom-uibarbuttonitem-for-back-button for the back button in my navigation bar. UIImage backButtonImage UIImage imageNamed @ backbutton.png UIBarButtonItem customItem UIBarButtonItem alloc initWithImage backButtonImage style UIBarButtonItemStylePlain target nil action nil self.navigationItem.. backButtonImage style UIBarButtonItemStylePlain target nil action nil self.navigationItem setBackBarButtonItem customItem customItem release What I end up getting is my image with a border around it. It looks like this My image is the back button.. style UIBarButtonItemStylePlain target nil action nil self.navigationItem setBackBarButtonItem customItem customItem release What I end up getting is my image with a border around it. It looks like this My image is the back button How can..
|