Skip to content

Instantly share code, notes, and snippets.

@boherna
Created December 4, 2014 15:08
Show Gist options
  • Save boherna/1dcab4f104d3cc647383 to your computer and use it in GitHub Desktop.
Save boherna/1dcab4f104d3cc647383 to your computer and use it in GitHub Desktop.
Remove text from the < Back button.
// To be placed in the parent viewcontroller which will push the viewcontroller where the back button should be blank
self.navigationItem.backBarButtonItem = [[UIBarButtonItem alloc] initWithTitle:@"" style:UIBarButtonItemStylePlain target:nil action:nil];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment