NavigationPresentationType

public enum NavigationPresentationType

Defines presentation types for navigation stacks.

  • Represents a presentation type where a new Destination is presented.

    Declaration

    Swift

    case present
  • Represents a presentation type where the previous Destination in the navigation stack is presented again.

    Declaration

    Swift

    case goBack