ModalSize

public enum ModalSize

Descibes a presented modal’s size dimension (width or height). It is meant to be non-specific, but the exact position can be calculated by calling the ‘calculate’ methods, passing in the ‘parentSize’ which only the Presentation Controller should be aware of.

  • Default: Default size. Will use Presentr’s default margins to calculate size of presented controller. This is the size the .Popup presentation type uses.
  • Half: Half of the screen.
  • Full: Full screen.
  • Custom: Custom fixed size.
  • Undocumented

    Declaration

    Swift

    public enum ModalSize
  • Undocumented

    Declaration

    Swift

    public enum ModalSize
  • Undocumented

    Declaration

    Swift

    public enum ModalSize
  • Undocumented

    Declaration

    Swift

    public enum ModalSize