Setting UINavigationbar properties in viewDidLoad does nothing

Posted by erotsppa on Stack Overflow See other posts from Stack Overflow or by erotsppa
Published on 2009-10-06T14:53:44Z Indexed on 2010/04/12 6:13 UTC
Read the original article Hit count: 546

Filed under:
|

I've tried setting the style of the UINavigationbar to be a translucent style in the viewDidLoad method of my controller. But nothing is changed. Why?

I set the property using the standard code like

self.navigationController.navigationBar.barStyle = UIBarStyleBlackTranslucent;

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about iphone