ExposureSubmissionDynamicCell
enum ExposureSubmissionDynamicCell
Undocumented
-
Undocumented
Declaration
Swift
static func stepCell( title: String, description: String?, icon: UIImage?, iconTint: UIColor? = nil, hairline: ExposureSubmissionStepCell.Hairline, bottomSpacing: ExposureSubmissionStepCell.Spacing = .large, action: DynamicAction = .none ) -> DynamicCell
-
stepCell(style:
color: title: icon: iconAccessibilityLabel: accessibilityLabel: accessibilityTraits: iconTint: hairline: bottomSpacing: action: ) Undocumented
Declaration
Swift
static func stepCell( style: ENAFont, color: UIColor = .enaColor(for: .textPrimary1), title: String, icon: UIImage? = nil, iconAccessibilityLabel: String? = nil, accessibilityLabel: String? = nil, accessibilityTraits: UIAccessibilityTraits? = nil, iconTint: UIColor? = nil, hairline: ExposureSubmissionStepCell.Hairline, bottomSpacing: ExposureSubmissionStepCell.Spacing = .large, action: DynamicAction = .none ) -> DynamicCell