InitialLoadingType

public enum InitialLoadingType

InitialLoadingType differentiates between different points in time when the initital route is to be triggered by the coordinator.

  • The initial route is triggered before the coordinator is made visible (i.e. on initialization).

    Declaration

    Swift

    case immediately
  • The initial route is triggered after the coordinator is made visible.

    Declaration

    Swift

    case presented