Skip to content

Instantly share code, notes, and snippets.

@jlcampana
Created September 18, 2012 08:47
Show Gist options
  • Save jlcampana/3742094 to your computer and use it in GitHub Desktop.
Save jlcampana/3742094 to your computer and use it in GitHub Desktop.
UIBarButtonItem+Image.h
// UIBarButtonItem+Image.h
@interface UIBarButtonItem (Image)
-(id)initWithImage:(UIImage *)image title:(NSString*)title target:(id)target action:(SEL)action;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment