RatingSurveyResponderController
open class RatingSurveyResponderController : SurveyResponderController, SurveyRatingCellDelegate
Undocumented
-
Undocumented
Declaration
Swift
override public init()
-
Undocumented
Declaration
Swift
override open func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int
-
Declaration
Swift
override open func registerComponents()
-
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)
-
Undocumented
Declaration
Swift
open func surveyRatingCellMaxRatingDidChange(_ cell: SurveyRatingCell, maxRating: Int)
-
Undocumented
Declaration
Swift
open func surveyRatingCellRateDidChange(_ cell: SurveyRatingCell, rating: Int)