对于UINavigationBar,色调颜色必须是非常简单、纯色的UIColor吗?
我有一种由图案制成的颜色,我正试着用它。这是不可能的吗?有什么办法可以做到吗?酒吧突然变黑了。
UIColor* tmpColor = [ [UIColor alloc] initWithPatternImage:[UIImage imageNamed:@"best.png"]];
[theBar setTintColor:tmpColor];发布于 2011-06-10 21:20:11
答案是,这在当前的iOS版本中是不可能的。
https://stackoverflow.com/questions/6298250
复制相似问题