SurveyChoiceCell
open class SurveyChoiceCell : 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! - 
                  
                  
Selection stack view of the cell.
Declaration
Swift
@IBOutlet public weak var selectionStackView: UIStackView! - 
                  
                  
Text field of the cell.
Declaration
Swift
@IBOutlet public weak var textField: UITextField! 
- 
                  
                  
Type of the
MultipleChoiceSurvey.ListType.Declaration
Swift
open var listType: MultipleChoiceSurvey.ListType { get set } - 
                  
                  
Selection Buttons of the cell.
Declaration
Swift
open var selectionButton: CheckBox? { get } 
- 
                  
                  
Undocumented
Declaration
Swift
override open func awakeFromNib() 
- 
                  
                  
Undocumented
Declaration
Swift
override open func preferredLayoutAttributesFitting(_ layoutAttributes: UICollectionViewLayoutAttributes) -> UICollectionViewLayoutAttributes 
- 
                  
                  
Sets up the selection button.
Declaration
Swift
open func setUpSelectionButton() 
View on GitHub
        SurveyChoiceCell Class Reference