2017-02-28 25 views
0

我試過兩種方法讓UITabbar變黑,但都不行。任何想法爲什麼?如何使UITabbar變黑?

tabBarController.tabBar.backgroundColor = [UIColor blackColor]; 
tabBarController.tabBar.tintColor = [UIColor blackColor]; 
+2

使用'tabBarController.tabBar.barTintColor' – deadbeef

回答

0

這應該這樣做。

tabBarController.tabBar.barTintColor = [UIColor blackColor]; 
0

tabBarController.tabBar.backgroundColor = UIColor.black

0

如果您對非編碼方式感興趣,並正在使用故事板。

請選擇您的UITabBarController。接下來在UITabBarController內選擇您的UITabBar。如圖所示:

enter image description here

現在在你的右邊,選擇屬性檢查器。並選擇你想要的顏色。

enter image description here