ImageAsset

public class ImageAsset : SingleContainerInt

Native image asset type.

  • Represents an icon image asset.

    Declaration

    Swift

    @objc
    public static let Icon: ImageAsset
  • Represents the main image asset.

    Declaration

    Swift

    @objc
    public static let Main: ImageAsset
  • Represents a custom image asset.

    Declaration

    Swift

    @objc
    public static let Custom: ImageAsset