2014-04-03 34 views
0

我在更改MFMailComposeViewController導航欄的tintColor時遇到了問題。 模範我設定 mailComposer.navigationBar.tintColor = [UIColor whiteColor];MFMailComposeViewController和iOS7中的黑暗條tintColor

實際上,顏色不是白色,但它像白色與一些阿爾法在黑色。與其他顏色一樣。有沒有什麼辦法讓物品的tintColor可靠?

這裏

預覽>>>http://cl.ly/image/1k1O3q251y2R

我想自定義按鈕,讓他們像UI的休息,但我不能。

我想它是在iOS 7.1之前發佈的,在這個版本之前它運行良好。

回答

0

在這裏你去:

[[UINavigationBar appearance] setBarTintColor: [UIColor blackColor]]; 
+0

我想這一點 - 與whiteColor或blackColor - 它不會改變任何東西。 –

0

在IOS 7集到barTintColor

mailComposer.navigationBar.barTintColor = [UIColor blackColor]; 
+0

我試過了 - 用whiteColor或blackColor - 它不會改變任何東西。 –