對於UINavigationBar,色彩顏色是否必須是一個非常簡單的UIColor?UINavigationBar tintColor
我有一種由圖案製成的顏色,我試圖使用它。這不可能嗎?有什麼辦法可以做到嗎?酒吧剛出來黑色。
UIColor* tmpColor = [ [UIColor alloc] initWithPatternImage:[UIImage imageNamed:@"best.png"]];
[theBar setTintColor:tmpColor];
對於UINavigationBar,色彩顏色是否必須是一個非常簡單的UIColor?UINavigationBar tintColor
我有一種由圖案製成的顏色,我試圖使用它。這不可能嗎?有什麼辦法可以做到嗎?酒吧剛出來黑色。
UIColor* tmpColor = [ [UIColor alloc] initWithPatternImage:[UIImage imageNamed:@"best.png"]];
[theBar setTintColor:tmpColor];
答案是它在當前的iOS版本中是不可能的。
在iOS5出來之後對此有何更新? – 2012-01-04 13:53:20
不是一個有用的答案 - 「當前的iOS版本」不是一個非常有前途的術語。 – jonsibley 2012-11-05 19:06:27
我真的不認爲這是可能的。 – pt2ph8 2011-06-09 19:37:25
它**將可能在iOS5 – akashivskyy 2011-06-09 19:48:41
@Kashiv iOS 5是在NDA:你可能還沒有在這裏說。 – 2011-06-09 21:46:53