RatingSurveyResponderController

open class RatingSurveyResponderController : SurveyResponderController, SurveyRatingCellDelegate

Undocumented

Initializers

Open Methods

  • Declaration

    Swift

    override open func responderCell(for collectionView: UICollectionView, at indexPath: IndexPath) -> UICollectionViewCell
  • Modifies the value of the answer parameter

    Declaration

    Swift

    open func buildAnswer(with rating: Int)

SurveyRatingCellDelegate