Enumerations

The following enumerations are available globally.

  • A value that represents the behavior to use when animating the appearnce or dismissal of a presented view controller.

    See more

    Declaration

    Swift

    public enum AnimationBehavior
    extension AnimationBehavior: Equatable
  • A handler that the presentation controller calls when the user taps on the dimming view.

    See more

    Declaration

    Swift

    public enum DimmingViewTapHandler
  • A view edge relative to a fixed physical edge of the screen.

    See more

    Declaration

    Swift

    public enum FixedViewEdge : Equatable
    extension FixedViewEdge: ViewEdgeConvertible
  • A view edge relative to the layout direction of on-screen text.

    See more

    Declaration

    Swift

    public enum DirectionalViewEdge : Equatable
    extension DirectionalViewEdge: ViewEdgeConvertible