SurveyDetailCellPresentable
public protocol SurveyDetailCellPresentable
Undocumented
-
The image to set in the
imageViewofSurveyDetailCollectionViewCell.Declaration
Swift
var image: UIImage? { get } -
The question text to set in the
questionLabelofSurveyDetailCollectionViewCell.Declaration
Swift
var questionText: String { get } -
The description text to set in the
descriptionTextofSurveyDetailCollectionViewCell.Declaration
Swift
var descriptionText: String { get } -
configure(cell:Default implementation) Configures the
SurveyDetailCollectionViewCellaccording to the property values of theSurveyDetailCellPresentableprotocol.Default Implementation
Declaration
Swift
func configure(cell: SurveyDetailCell)Parameters
cellThe
SurveyDetailCollectionViewCellto configure.
View on GitHub
SurveyDetailCellPresentable Protocol Reference