Skip to content

Instantly share code, notes, and snippets.

@atomicbird
Created September 7, 2010 23:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atomicbird/569304 to your computer and use it in GitHub Desktop.
Save atomicbird/569304 to your computer and use it in GitHub Desktop.
self.navigationItem.leftBarButtonItem = [[[UIBarButtonItem alloc]
initWithImage:[UIImage imageNamed:@"addsubapp+.png"]
style:UIBarButtonItemStylePlain
target:self
action:@selector(doSomethingCool)]
autorelease];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment