OverlayTemplateAlignment

public enum OverlayTemplateAlignment

It defines items alignment for the overlay.

  • Items will be in the center of the overlay.

    Declaration

    Swift

    case center
  • top

    Items will be in the top of the overlay.

    Declaration

    Swift

    case top
  • Items will be in the bottom of the overlay.

    Declaration

    Swift

    case bottom