Does the tint color have to be a very simple, solid UIColor for a UINavigationBar?
I have a color made from a pattern, and I'm trying to use that. Is this not possible? Is there any way to do it? The bar just came out black.
UIColor* tmpColor = [ [UIColor alloc] initWithPatternImage:[UIImage imageNamed:@"best.png"]];
[theBar setTintColor:tmpColor];