Skip to content

Instantly share code, notes, and snippets.

@darkseed
Created March 20, 2011 10:52
Show Gist options
  • Save darkseed/878266 to your computer and use it in GitHub Desktop.
Save darkseed/878266 to your computer and use it in GitHub Desktop.
@implementation UINavigationBar (WoodenBG)
- (void) drawRect:(CGRect)rect
{
[super drawRect:rect];
[[UIImage imageNamed:@"navigationBar.png"] drawInRect:rect];
}
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment