AlertBannerPosition
@objc
public enum AlertBannerPosition : Int
Describes banner image positions.
-
Banner image is displayed after title and message.
Note
Image contentMode is set toscaleAspectFit.Declaration
Swift
case afterBody -
Banner image is displayed before the title.
Note
Image contentMode is set toscaleAspectFill.Declaration
Swift
case beforeBody
View on GitHub
AlertBannerPosition Enumeration Reference