Quand je pousser une vue sur mon point de vue contrôleurComment est-ce que je mets le rightBarButtonItem STAY quand un contrôleur de vue est enfoncé?
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { AnotherViewController *anotherViewController = [[AnotherViewController alloc] initWithNibName:@"AnotherView" bundle:nil]; [self.navigationController pushViewController:anotherViewController animated:YES]; }
l'ARTICLE BOUTON DROIT de la NavigationController DISPARITION.
Y a-t-il un moyen de rendre le self.navigationController.rightBarButtonItem
STAY THERE comme dans l'application "Notes" fournie avec l'iPhone?