buttons on navigation bar not loading
问题 i want to add buttons on navigation bar but its not loading on bar.Please help.Following is my code.please tell me where i am going wrong.The view i am using is landscape - (void)viewDidLoad { [super viewDidLoad]; CGRect rect = CGRectMake(0.0, 0.0, 480.0, 32.0); navBar = [[UINavigationBar alloc] initWithFrame:rect]; navBar.items = self.navigationController.navigationBar.items; navBar.delegate = self; //[navBar release]; navBar.tintColor =[UIColor blackColor] UIBarButtonItem * rightButton = [