一つ前に戻る方法は、UINavigationControllerがデフォルトでナビゲーションバーに用意してくれている。 他の箇所で一つ前に戻る場合 [self.navigationController popViewControllerAnimated:YES]; 一番最初の階層まで戻る場合 [self.navigationController popToRootViewControllerAnimated:YES]; タブバーで遷移する方法 [self.tabBarController setSelectedIndex:1];