UINavigation controller back title is ignores previous title
问题 I would like my navigation controller to act the way that ios7 does = display the previous view title. It doesn't always work for me I have a SettingViewController : - (void)viewDidLoad { self.navigationItem.title = NSLocalizedStringFromTableInBundle(@"account_settings", nil,[GeneralUtil getLangBundle],nil); self.navigationController.navigationBar.translucent = NO; [super viewDidLoad]; } When clicking on a button it opens the Profile Picture view controller like this: UIViewController *vc = [