Enumeration
DSIllustrationRenderingType
public enum DSIllustrationRenderingType: String, CaseIterable
A 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)
If you only want a UIImage representation, you can use this initializer:
let illustrationImage = UIImage(renderingType: .apple)
NOT preferred:
let imageView = UIImageView()
imageView.image = UIImage(named: "enterprise-illustration-apple")
Relationships
Conforms To
CaseIterable
String
Enumeration Cases
checklistClipboard
case checklistClipboard
checklistClipboardNoBackground
case checklistClipboardNoBackground
claimActivity
case claimActivity
claimActivityNoBackground
case claimActivityNoBackground
healthProfileCardNoBackground
case healthProfileCardNoBackground
Health profile card (no background)
improveHealthV2NoBackground
case improveHealthV2NoBackground
Bullseye with an arrow (no background)
minuteClinicPictogramNoBackground
case minuteClinicPictogramNoBackground
Minute Clinic (no background))
phoneNotificationNoBackground
case phoneNotificationNoBackground
Notification closeup on phone (no background))
pillBottleWithPillsNoBackground
case pillBottleWithPillsNoBackground
Medicine bottle with pills (no background)
pillBottleWithPillsOneColor
case pillBottleWithPillsOneColor
Medicine bottle with pills (one color)
pillBottleNoPillsNoBackground
case pillBottleNoPillsNoBackground
Medicine bottle without pills (no background)
summaryClipboard
case summaryClipboard
summaryClipboardNoBackground
case summaryClipboardNoBackground
support
case support
supportNoBackground
case supportNoBackground
trackCaloriesNoBackground
case trackCaloriesNoBackground
Scale with mashed potatoes on it (no background)