SurveyDetailCell
open class SurveyDetailCell : UICollectionViewCell
Undocumented
-
Container view of the cell.
Declaration
Swift
@IBOutlet public weak var containerView: UIView! -
Stack view of the cell.
Declaration
Swift
@IBOutlet public weak var stackView: UIStackView! -
Image view of the cell.
Declaration
Swift
@IBOutlet public weak var imageView: UIImageView! -
Question label of the cell.
Declaration
Swift
@IBOutlet public weak var questionLabel: UILabel! -
Description label of the cell.
Declaration
Swift
@IBOutlet public weak var descriptionLabel: UILabel! -
Undocumented
Declaration
Swift
override open func awakeFromNib() -
Undocumented
Declaration
Swift
override open func preferredLayoutAttributesFitting(_ layoutAttributes: UICollectionViewLayoutAttributes) -> UICollectionViewLayoutAttributes
View on GitHub
SurveyDetailCell Class Reference