CarouselItemCell
open class CarouselItemCell : UICollectionViewCell
A general collection view cell for carousel content.
-
An image view for the content.
Declaration
Swift
@IBOutlet public var imageView: UIImageView!
-
A container view for the content.
Declaration
Swift
@IBOutlet public var containerView: UIView!
-
A container view for the title label.
Declaration
Swift
@IBOutlet public var titleContainerView: UIView!
-
The title label.
Declaration
Swift
@IBOutlet public var titleLabel: UILabel!
-
Undocumented
Declaration
Swift
open var message: String