I am always setting the backgroundImages of UINavigationBars, but I never worked out how to set the backgroundImage of a the back button of a UINavigationBar.
How could I do this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think you will have to create a custom button for the backBarButtonItem, and then customize it.
If you are looking for tutorials, then go to this question – How do you change color/image on the default backBarButtonItem? and I think you find your answer there.
For making a bar button item look like a backBarButtonItem, refer to this answer. Creating a left-arrow button (like UINavigationBar's "back" style) on a UIToolbar