I m making an app which has a main TableView. when we click any cell we got DetailView of that cell. we can also change DetailView without going back to main TableView by using next and prev button on every DetailView. When i click prev button. I get previous item'd DetailView but animation is like its going forward. i m using this:
[self.navigationController pushViewController:prevView animated:YES];
can anybody tell me how can i change that animation like Back button animation.
Thanx in advance