IPhone iOS5 Storyboard change navbar appearance?

This will continue to work with storyboards. The appearance class method returns a proxy object that defines style information for all created instances of that class.

Up vote 0 down vote favorite 1 share g+ share fb share tw.

I want my navbars to use black transparent appearance. In my non-storyboard apps, I could put this code in the AppDidFinishLoadingWithOptions : UINavigationBar appearance setTintColor:AppColors navBarColor; UINavigationBar appearance setBarStyle:UIBarStyleBlackTranslucent; UINavigationBar appearance setAlpha:0.7; UITableView appearance backgroundViewsetBackgroundColor:AppColors tableViewBackgroundColor; UITableViewCell appearance backgroundViewsetBackgroundColor:AppColors tableViewCellBackgroundColor; Where would this code go if I'm using a storyboard? It appears that my controllers are loaded before the app finishes launching Thank you!

Iphone objective-c ios storyboard link|improve this question asked Dec 31 '11 at 1:43Alex Stone1,630422 83% accept rate.

Doh! It does work the same :) – Alex Stone Dec 31 '11 at 1:48.

Try putting it in the viewDidLoad method in your applications root view controller.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions