init(image:showsImageFullHeight:title:subtitle:tintColor:)
Initialize a card element with an image.
Declaration
init(image: UIImage, showsImageFullHeight: Bool, title: String?, subtitle: String?, tintColor: UIColor?)Parameters
- image:
The image to display in the card.
- showsImageFullHeight:
Whether the image should fill the full height of the card.
- title:
The title text for the card.
- subtitle:
The subtitle text for the card.
- tintColor:
The tint color for the card.