2010-12-14 51 views
0

我正在嘗試將我的UI着色爲漂亮的棕色。與分光器相關的彈出是黑藍色的。如何將其色調更改爲我已應用於應用程序其餘部分的色調?iPad Splitter - Popup Tint

這裏有一個畫面:

alt text

當我改變色調在IB然後它看起來像這樣: alt text

回答

1

不幸的是,邊界不能從灰色color..only改變標題。您需要在導航欄上設置tintcolor屬性。

myController.navigationBar.tintColor

+0

哪個控制器? – 2010-12-14 14:12:33

+0

保存主視圖的控制器。您還可以在界面構建器中設置顏色。 – 2010-12-14 14:15:35

+0

字符串,我這樣做。也許它在我正在使用的框架中。 \t \t public override void ViewWillAppear(bool animated) { \t this.NavigationController.NavigationBar.TintColor = Colors.Tint; } – 2010-12-14 14:19:02