Return to Snippet

Revision: 33639
at October 11, 2010 18:56 by pete


Initial Code
@implementation UINavigationBar (CustomImage)
- (void)drawRect:(CGRect)rect {
        UIImage *image = [UIImage imageNamed: @"NavigationBar.png"];
	[image drawInRect:CGRectMake(0, 0, self.frame.size.width, self.frame.size.height)];
}
@end

Initial URL


Initial Description


Initial Title
Changed UINavigationBar Background

Initial Tags


Initial Language
iPhone