Skip to content

Instantly share code, notes, and snippets.

@mborromeo
Created February 16, 2010 13:12
Show Gist options
  • Save mborromeo/305509 to your computer and use it in GitHub Desktop.
Save mborromeo/305509 to your computer and use it in GitHub Desktop.
[iPhone SDK] Hide back button into navigation bar
self.navigationItem.hidesBackButton = YES;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment