Trying to back to previous viewController, but animation in iOS5 not working.
- (IBAction)backToPreviousController
{
[self.navigationController popViewControllerAnimated:YES];
}
Can somebody help me?
Trying to back to previous viewController, but animation in iOS5 not working.
- (IBAction)backToPreviousController
{
[self.navigationController popViewControllerAnimated:YES];
}
Can somebody help me?
From the OP, Davey Jones~
Problem solved by adding animation manually