You need to use:
[self.navigationController popToRootViewControllerAnimated:YES];
This will bring you back to the root view controller.
If you want to navigate back to previous view controller, you should implement:
[self.navigationController popViewControllerAnimated:YES];