As everyone know the UINavigationController push a ViewController from Left To Right, is there a way to push the View from Right To Left? like the animation for the back button.
For now I have this:
[self.navigationController pushViewController:viewController animated:YES];
question from:https://stackoverflow.com/questions/2415772/push-viewcontroller-from-right-to-left-with-uinavigationcontroller