InfoCollectionViewCell
class InfoCollectionViewCell : UICollectionViewCell
Undocumented
-
Undocumented
Declaration
Swift
@IBOutlet var chevronImageView: UIImageView!
-
Undocumented
Declaration
Swift
@IBOutlet var titleLabel: UILabel!
-
Undocumented
Declaration
Swift
@IBOutlet var bodyLabel: UILabel!
-
Undocumented
Declaration
Swift
@IBOutlet var topDividerView: UIView!
-
Undocumented
Declaration
Swift
@IBOutlet var bottomDividerView: UIView!
-
Undocumented
Declaration
Swift
@IBOutlet var bottomDividerLeadingConstraint: NSLayoutConstraint!
-
Undocumented
Declaration
Swift
override func awakeFromNib()
-
Undocumented
Declaration
Swift
func configure(title: String, description: String?, accessibilityIdentifier: String?)