How do i add a button to the right of a navigation item in a view controller?
Asked
Active
Viewed 778 times
1 Answers
3
self.navigationItem.leftBarButtonItem = [[[UIBarButtonItem alloc] initWithTitle:@"About" style:UIBarButtonItemStyleBordered target:self action:@selector(aboutB)] autorelease];

tarnfeld
- 25,992
- 41
- 111
- 146