RiskLevelCollectionViewCell
final class RiskLevelCollectionViewCell : HomeCardCollectionViewCell
A cell that visualizes the current risk and allows the user to calculate he/his current risk.
-
Undocumented
Declaration
Swift
weak var delegate: RiskLevelCollectionViewCellDelegate
-
Undocumented
Declaration
Swift
@IBOutlet var titleLabel: ENALabel!
-
Undocumented
Declaration
Swift
@IBOutlet var chevronImageView: UIImageView!
-
Undocumented
Declaration
Swift
@IBOutlet var bodyLabel: ENALabel!
-
Undocumented
Declaration
Swift
@IBOutlet var updateButton: ENAButton!
-
Undocumented
Declaration
Swift
@IBOutlet var detectionIntervalLabel: ENALabel!
-
Undocumented
Declaration
Swift
@IBOutlet var detectionIntervalLabelContainer: UIView!
-
Undocumented
Declaration
Swift
@IBOutlet var viewContainer: UIView!
-
Undocumented
Declaration
Swift
@IBOutlet var topContainer: UIStackView!
-
Undocumented
Declaration
Swift
@IBOutlet var stackView: UIStackView!
-
Undocumented
Declaration
Swift
@IBOutlet var riskViewStackView: UIStackView!
-
Undocumented
Declaration
Swift
override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView?
-
Undocumented
Declaration
Swift
@IBAction func updateButtonTapped(_: UIButton)
-
Undocumented
Declaration
Swift
func configureTitle(title: String, titleColor: UIColor)
-
Undocumented
Declaration
Swift
func configureBody(text: String, bodyColor: UIColor, isHidden: Bool)
-
Undocumented
Declaration
Swift
func configureBackgroundColor(color: UIColor)
-
Undocumented
Declaration
Swift
func configureUpdateButton(title: String, isEnabled: Bool, isHidden: Bool, accessibilityIdentifier: String?)
-
Undocumented
Declaration
Swift
func configureDetectionIntervalLabel(text: String, isHidden: Bool)
-
Undocumented
Declaration
Swift
func configureRiskViews(cellConfigurators: [HomeRiskViewConfiguratorAny])