DSIllustrationRenderingType

public enum DSIllustrationRenderingType : String, CaseIterable

Type that defines the rendering image that defined the appearance of DSIllustration.

The illustration is representative of the image that will display. These images are not tintable and include multiple colors.

Preferred:

let illustration = DSIllustration(renderingType: .apple)

Not preferred:

let imageView = UIImageView()

imageView.image = UIImage(named: "anatomy-illustration-apple")

Enumeration Cases

Static Accessors

  • Returns all the cases include in the enumeration in String form.

    Declaration

    Swift

    public static var allStrings: [String] { get }