0

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];
CodeGuy
  • 28,427
  • 76
  • 200
  • 317

1 Answers1

-1

The answer is that it is not possible in the current iOS version.

CodeGuy
  • 28,427
  • 76
  • 200
  • 317