다른 뷰로 이동 
[self.navigationController pushViewController:nextViewController animated: YES];
 
이전단계 뷰로 이동
[self.navigationController popViewControllerAnimated:YES];
 
한번에 최상위 뷰로 이동
[self.navigationController popToRootViewControllerAnimated:YES];

반응형