UINavigationController‘s -popViewControllerAnimated: method should do what you want:
[navigationController popViewControllerAnimated:YES];
UINavigationController‘s -popViewControllerAnimated: method should do what you want:
[navigationController popViewControllerAnimated:YES];