ENUM
PresentationMode
Contents
- Cases
modal
stack
public enum PresentationMode
Options for HaapiFlowViewController presentation.
Cases
modal
case modal
Modal flow presentation. A presentation and transition animation that displays as "modal" navigation, presenting the flow viewcontroller entering from the bottom to the top and closing with an animation from top to bottom.
stack
case stack
Stack flow presentation. A presentation and transition animation which displays as a stack navigation, presenting the flow viewcontroller entering from right to left and closing with an animation from left to right.