Try this in an IBAction or call this code when the button is pressed:
Code:
[self.navigationController popViewControllerAnimated:YES];
To go right back to the main view controller, try this:
Code:
[self.navigationController popRootViewControllerAnimated:YES];