FUIFilterFeedbackControlDelegate
public protocol FUIFilterFeedbackControlDelegate : AnyObject
Implement methods in this protocol for configuring cells in FUIFilterFeedbackControl.
-
Tells the
FUIFilterFeedbackControlDelegatethat 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
filterFeedbackControlThe
FUIFilterFeedbackControlthat is adding the cellcellThe
UICollectionViewCellto be displayeditemThe
FUIFilterItemcorresponding to the cell