Skip to content

Instantly share code, notes, and snippets.

@sumardi
Created February 20, 2012 17:55
Show Gist options
  • Select an option

  • Save sumardi/1870306 to your computer and use it in GitHub Desktop.

Select an option

Save sumardi/1870306 to your computer and use it in GitHub Desktop.
iPhoneDev - Navigation bar back button item.
self.navigationItem.leftBarButtonItem = [[[UIBarButtonItem alloc] initWithTitle:@"Back"
style: UIBarButtonItemStyleBordered
target:nil
action:nil] autorelease];;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment