MultiQuestionCarouselController

open class MultiQuestionCarouselController : CarouselCollectionController<SurveyResponderController>

Undocumented

Properties

Initializers

  • Initializer that calls the updateCollection method.

    Declaration

    Swift

    public convenience init(challenge: Challenge)

Setup

Actions

ContentLoader

  • Loads the content.

    Declaration

    Swift

    override open func loadContent()

UICollectionViewDataSource

  • Undocumented

    Declaration

    Swift

    override open func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell

UIScrollViewDelegate

Open Methods