ビューをビューコントローラにプッシュすると
-(void)tableView:(UITableView *)tableView
didSelectRowAtIndexPath:(NSIndexPath *)indexPath
{{
AnotherViewController * anotherViewController =
[[AnotherViewController alloc] initWithNibName:@ "AnotherView" bundle:nil];
[self.navigationController pushViewController:anotherViewControllerアニメーション:YES];
}
NavigationControllerの右ボタンアイテムが消えます。
self.navigationController.rightBarButtonItemiPhoneに付属の「Notes」アプリケーションのようにSTAYTHEREを作成する方法はありますか?