FUIFilterFeedbackControlDelegate
public protocol FUIFilterFeedbackControlDelegate : AnyObject
Implement methods in this protocol for configuring cells in FUIFilterFeedbackControl
.
-
Tells the
FUIFilterFeedbackControlDelegate
that the specified cell is about to be displayed in the collection view.Declaration
Swift
func filterFeedbackControl(_ filterFeedbackControl: FUIFilterFeedbackControl, willDisplay cell: UICollectionViewCell, with item: FUIFilterItem)
Parameters
filterFeedbackControl
The
FUIFilterFeedbackControl
that is adding the cellcell
The
UICollectionViewCell
to be displayeditem
The
FUIFilterItem
corresponding to the cell