Skip to content

Instantly share code, notes, and snippets.

@wavecos
Created August 25, 2014 02:47
Show Gist options
  • Save wavecos/be448c941472015a6a6f to your computer and use it in GitHub Desktop.
Save wavecos/be448c941472015a6a6f to your computer and use it in GitHub Desktop.
Hide the title for Back Button in Navigation Controller
// Hide the title for Back Button in Navigation Controller
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