2011-06-09 80 views
0

對於UINavigationBar,色彩顏色是否必須是一個非常簡單的UIColor?UINavigationBar tintColor

我有一種由圖案製成的顏色,我試圖使用它。這不可能嗎?有什麼辦法可以做到嗎?酒吧剛出來黑色。

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

我真的不認爲這是可能的。 – pt2ph8 2011-06-09 19:37:25

+0

它**將可能在iOS5 – akashivskyy 2011-06-09 19:48:41

+0

@Kashiv iOS 5是在NDA:你可能還沒有在這裏說。 – 2011-06-09 21:46:53

回答

-1

答案是它在當前的iOS版本中是不可能的。

+0

在iOS5出來之後對此有何更新? – 2012-01-04 13:53:20

+1

不是一個有用的答案 - 「當前的iOS版本」不是一個非常有前途的術語。 – jonsibley 2012-11-05 19:06:27

相關問題