FUIFilterResultsUpdating
public protocol FUIFilterResultsUpdating : AnyObject
This protocol is to be used in FUIFilterFeedbackControl for
updateing the results based on the changes in filters.
-
This function is called in
FUIFilterFeedbackControlwhen user makes changes to the filters. The implementation should use propertyfilterItemsto obtain the current effective list ofFUIFilterItem.Declaration
Swift
func updateFilterResults(for filterFeedbackControl: FUIFilterFeedbackControl)