UINavigationController Style

J'ai créé dans le code UINavigationController, mais je veux changer de style de noir translucide

FirstViewController *fvc = [[FirstViewControlelr alloc] init];
UINavigationController *navcon = [[UINavigationController alloc] init];
navcon.navigationController.navigationBar.barStyle = UIBarStyleBlackTranslucent;
[navcon pushViewController:fvc animated:NO];
[self.window addSubview:navcon.view];
[self.window makeKeyAndVisible];
return YES;

Mais il ne change pas. Aider moi s'il vous plaît!

InformationsquelleAutor Tunyk Pavel | 2011-03-21