up vote 0 down vote favorite
share [g+] share [fb]

i want to set an image to the back button of navigation controller

link|improve this question

72% accept rate
feedback

2 Answers

Just call popViewControllerAnimated on the navigation controller and it will go back.

link|improve this answer
feedback

You cannot change the default back button since it will not let you override it. Instead you have to use the leftBarButtonItem to create a custom "back" button.

More information here: http://developer.apple.com/iphone/library/documentation/UIKit/Reference/UINavigationController_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40006934-CH3-SW25

Some prior code to reference: http://stackoverflow.com/questions/2848381/uinavigation-controller-button-like-backbutton

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.