Skip to content

Instantly share code, notes, and snippets.

@pbrewczynski
Created April 13, 2014 12:06
Show Gist options
  • Save pbrewczynski/10581224 to your computer and use it in GitHub Desktop.
Save pbrewczynski/10581224 to your computer and use it in GitHub Desktop.
UIBarButtonItem *backItem = [[UIBarButtonItem alloc] initWithTitle:NSLocalizedString(@"BackButtonTitle", nil)
style:UIBarButtonItemStyleBordered
target:nil
action:nil];
[self.navigationItem setBackBarButtonItem:backItem];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment