When navigating between views the transition is represented as a sliding from right to left using MVVMCross by calling
ShowViewModel<MyViewModel>();
Is there a way to change the transition to slide from left to right or top to bottom?
Thanks!
You didn't say which platform, I assume it's iOS. Does this help: