PresentationType

public enum PresentationType

Basic Presentr type. Its job is to describe the ‘type’ of presentation. The type describes the size and position of the presented view controller.

  • Alert: This is a small 270 x 180 alert which is the same size as the default iOS alert.
  • Popup: This is a average/default size ‘popup’ modal.
  • TopHalf: This takes up half of the screen, on the top side.
  • BottomHalf: This takes up half of the screen, on the bottom side.
  • Custom: Provide a custom width, height and center position.
  • Undocumented

    Declaration

    Swift

    public enum PresentationType
  • Undocumented

    Declaration

    Swift

    public enum PresentationType
  • Undocumented

    Declaration

    Swift

    public enum PresentationType
  • Undocumented

    Declaration

    Swift

    public enum PresentationType
  • Undocumented

    Declaration

    Swift

    public enum PresentationType