0
當我打電話的UINavigationBar。外觀。 setBarTintColor不起作用
[[UINavigationBar appearance] setBarTintColor:[UIColor greenColor]];
didFinishLaunchingWithOptions
一切工作正常,但下面的代碼給出白色:
[[UINavigationBar appearance] setBarTintColor:[UIColor colorWithRed:21.0 green:194.0 blue:179.0 alpha:0.5]];
我不能理解爲什麼。 NavBar半透明已啓用。
@rmaddy Thx!你是對的! – Max