UINavigationBar tintColor

时间:2011-06-09 19:36:08

标签: iphone ios uinavigationbar

对于UINavigationBar,色调颜色是否必须是非常简单,实心的UIColor?

我有一种由图案制成的颜色,我正在尝试使用它。这不可能吗?有什么办法吗?酒吧刚出黑了。

   UIColor* tmpColor = [ [UIColor alloc] initWithPatternImage:[UIImage imageNamed:@"best.png"]];    
   [theBar setTintColor:tmpColor];

1 个答案:

答案 0 :(得分:-1)

答案是在当前的iOS版本中无法实现。