- //Implemente este método no AppDelegate.m
- //E chame o método no application:didFinishLaunchingWithOptions:
- - (void)customizeAppearance
- {
- UIImage * _navBarImage = [UIImage imageNamed:@"navBarBackground.png"];
- [[UINavigationBar appearance] setBackgroundImage:_navBarImage forBarMetrics:UIBarMetricsDefault];
- }