Behavior

public enum Behavior

Kind of pop navigation transition to perform

  • pop

    Undocumented

    Declaration

    Swift

    case pop
  • Undocumented

    Declaration

    Swift

    case popToRoot
  • Undocumented

    Declaration

    Swift

    case popToFirstInstanceOf(UIViewController.Type)
  • Undocumented

    Declaration

    Swift

    case popToLastInstanceOf(UIViewController.Type)