uibarbutton not responding.
UIBarButtonItem *backButton = [[UIBarButtonItem alloc] initWithTitle:@"Back"
style:UIBarButtonItemStylePlain target:nil action:nil];
When ever user tap the button then no any actions fire.
For that you need also use following code for the UIbarbutton.
Or Also you can use following code.
it may also helping to you.