Event

public enum Event

Encapsulates changes to a split view controller’s display mode in the view hierarchy.

  • A split view controller has been expanded or collapsed. The associated value is the view controller that caused the change.

    Declaration

    Swift

    case didChange(UIViewController)