CATransitions can be used to animate transitions in Navigation Controllers when drilling down. However when using Back button og Navigation Controller (going back up) animation
If you want animation like back button of navigation controller bar just put following code in your action.
[self.navigationController popViewControllerAnimated:YES];