SurveyChoiceCell

open class SurveyChoiceCell : UICollectionViewCell

Undocumented

IBOutlets

  • 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!

Properties

  • 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 }

Lifecycle

  • Undocumented

    Declaration

    Swift

    override open func awakeFromNib()

Layout

  • Undocumented

    Declaration

    Swift

    override open func preferredLayoutAttributesFitting(_ layoutAttributes: UICollectionViewLayoutAttributes) -> UICollectionViewLayoutAttributes

Open Methods