I need to put images on add,cancel and back buttons of navigation bar. I have done with add button but not getting for back button.
even with this add button image it shows back blue color custom button.how to set for this?
UIBarButtonItem *addButton=[[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed:@"bar_add_button.png"]
style:UIBarButtonSystemItemAdd target:self
action:@selector(addNote)];