Segue

public struct Segue : Equatable, Comparable

Undocumented

  • Undocumented

    Declaration

    Swift

    public var identifier: String
  • Undocumented

    Declaration

    Swift

    public var destination: UIViewController.Type?
  • Undocumented

    Declaration

    Swift

    public init(segueIdentifier: String, destination: UIViewController.Type? = nil)
  • Undocumented

    Declaration

    Swift

    public init(_ segueIdentifier: String, destination: UIViewController.Type? = nil)