Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Sergio10

macrumors regular
Original poster
Oct 3, 2007
137
0
Hi,

How to change style in top bar of navigation controller?
I can change title and add right button:
PHP:
self.title = @"My App";
	self.navigationItem.rightBarButtonItem = [[[UIBarButtonItem alloc] initWithTitle:@"FConnect" style:UIBarButtonItemStyleDone target:self action:@selector(onFacebookConnect:)]autorelease];
But can't set style or hide of the top navigation bar:
PHP:
	self.navigationController.toolbar.barStyle = UIBarStyleBlackTranslucent;
	self.navigationController.navigationBarHidden = YES;

How to solve the problem?

Thank you
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.