at kaneshin

Free space for me.

Back to Navigation Controller

Back to Previous View Controller with Navigation Controller.

Use popViewControllerAnimated.

// pop previous view controlller
[self.navigationController popViewControllerAnimated:YES];

// pop root view controller
[self.navigationController popToRootViewControllerAnimated:YES];

shin