ios7 - UIRectEdgeNone makes NavigationBar and Tabbar darker -


i have ios 7 app has navigationcontroller inside tabbarcontroller. customize bars background color

[[uinavigationbar appearance] setbartintcolor:[uicolor bluecolor]]; [[uitabbar appearance] setbartintcolor:[uicolor bluecolor]]; 

it runs fine. if there's viewcontroller wants not covered bars, this

self.edgesforextendedlayout = uirectedgetop; 

which means viewcontroller not want covered tabbar. makes tabbar darker normal

i think because use custom color bars. how fix ?

it means there's nothing show below translucent tab bar. set tab bar translucent property no


Comments

Popular posts from this blog

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -

c# - MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(3243,9): error MSB4094 -