当我将视图推送到我的视图控制器
时- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { AnotherViewController *anotherViewController = [[AnotherViewController alloc] initWithNibName:@"AnotherView" bundle:nil]; [self.navigationController pushViewController:anotherViewController animated:YES]; }
navigationController DISAPPEARS的右键按钮项目。
有没有办法让iPhone附带的“Notes”应用程序中的self.navigationController.rightBarButtonItem
保持不变?
答案 0 :(得分:0)
我不相信你可以不使用未记录的课程。但是,如果将rightBarButtonItem
属性设置为看起来相同的项目,则应该没有太大区别。
答案 1 :(得分:0)
你可以用
做到这一点self.anotherViewController.navigationItem.rightBarButtonItem = self.parentViewController.navigationItem.rightBarButtonItem;
你推动了ChildViewController