SurveyRatingCell
open class SurveyRatingCell : 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!
-
The max rating possible for the survey.
Declaration
Swift
open var maxRating: Int { get set }
-
The Rating button group name.
Declaration
Swift
open var ratingButtonGroupName: String { get set }
-
Delegate of
SurveyRatingCellDelegate
.Declaration
Swift
open var delegate: SurveyRatingCellDelegate?
-
The rating of the survey.
Declaration
Swift
open var rating: Int { get set }
-
Undocumented
Declaration
Swift
override open func awakeFromNib()
-
Sets up the rating buttons.
Declaration
Swift
open func setupRatingButtons()