Adding buttons to navigation bar
Is it possible to add buttons to the navigation bar using the IPhone SDK? I already have 2 buttons in the navigation bar as leftBarButton and rightBarButton. I need 2 more buttons. How to implement that? Its not obligatory that i need them to be included in the navigation bar itself. But since the application contains only a table, i don't think it can be given elsewhere. You can use the UISegmentedControl . Check the UICatalog code sample to check its usage in the navigation bar. Here is some sample code: - (void)viewDidLoad { [super viewDidLoad]; UISegmentedControl *segmentedControl = [