更改导航栏色调不能正确更改颜色

时间:2016-07-15 08:06:14

标签: ios xamarin.ios uinavigationbar

我试过像How to change Navigation Bar color in iOS 7?中描述的那样做但不幸的是它似乎对我不起作用。

颜色仅变为浅色版本。由于屏幕截图描述了它比千言万语更好:

Bar[![

enter image description here

1 个答案:

答案 0 :(得分:0)

use this code work for me 

[[UINavigationBar appearance]setBarTintColor:[UIColor colorWithRed:95/255.f green:154/255.f blue:201/255.f alpha:1]]; 

使用故事板

enter image description here