Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alicanbatur/909e8bc789e23f5109bab16bf4c2c663 to your computer and use it in GitHub Desktop.
Save alicanbatur/909e8bc789e23f5109bab16bf4c2c663 to your computer and use it in GitHub Desktop.
Remove "Back" title from navigaitonItem
self.navigationItem.backBarButtonItem = [[UIBarButtonItem alloc] initWithTitle:@"" style:self.navigationItem.backBarButtonItem.style target:nil action:nil];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment