Skip to content

Instantly share code, notes, and snippets.

@chelsea
Created September 10, 2010 15:42
Show Gist options
  • Save chelsea/573854 to your computer and use it in GitHub Desktop.
Save chelsea/573854 to your computer and use it in GitHub Desktop.
- (void)viewDidLoad {
[super viewDidLoad];
UIBarButtonItem *btnSettings = [[UIBarButtonItem alloc] initWithTitle:@"Settings"
style:UIBarButtonItemStylePlain target:self action:@selector(displaySettings:)];
self.navigationItem.rightBarButtonItem = btnSettings;
[btnSettings release];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment