SurveyRatingCell

open class SurveyRatingCell : 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!

Properties

Lifecycle

  • Undocumented

    Declaration

    Swift

    override open func awakeFromNib()

Open Methods