FLIP_HORIZONTAL constant

IOSUIModalTransitionStyle const FLIP_HORIZONTAL

When the view controller is presented, the current view initiates a horizontal 3D flip from right-to-left, resulting in the revealing of the new view as if it were on the back of the previous view. On dismissal, the flip occurs from left-to-right, returning to the original view.

Implementation

static const FLIP_HORIZONTAL = IOSUIModalTransitionStyle._internal(1, 1);