Reputation: 141
i am using storyboard and want to use push segue when moving from 1 VC to another.
if the normal transition is from left to right, is there any (easy) possible way of changing the VC transition to load from right to left.
i would appreciate it very much if the solution does not have to modal segue.
Upvotes: 0
Views: 144
Reputation: 7935
I suggest using custom segues. You may use it with navigation controller.
Upvotes: 1