I want to use custom graphics as UINavigationBar background:
[[UINavigationBar appearance]
setBackgroundImage:[UIImage imageNamed:@"tile"]
forBarMetrics:UIBarMetricsDefault];
Works fine, except I lost default gradient, white line at top and black line at bottom of the titlebar. Any ideas how to get them back?