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

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -