AlertBannerPosition

@objc
public enum AlertBannerPosition : Int

Describes banner image positions.

  • Banner image is displayed after title and message.

    Note

    Image contentMode is set to scaleAspectFit.

    Declaration

    Swift

    case afterBody
  • Banner image is displayed before the title.

    Note

    Image contentMode is set to scaleAspectFill.

    Declaration

    Swift

    case beforeBody