0
votes

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];
1
I really don't think it's possible.ySgPjx
It will be possible in iOS5akashivskyy
@Kashiv iOS 5 is under NDA: you may not yet say that here.user142019

1 Answers

-1
votes

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