Simulating the back button on the UINavigationController on the iPhone
You can call the popViewController method:
[self.navigationController popViewControllerAnimated:YES];
You can call the popViewController method:
[self.navigationController popViewControllerAnimated:YES];