I have used a custom segue to make a view appear from left to right using:
transition.subtype = kCATransitionFromLeft;
Now after it have appeared, I want to pop it right to left clicking back navigation button.
I have searched and also tried to solve this but not succeed yet.