DiffableDataSourceFilterProvider
public class DiffableDataSourceFilterProvider
Class - container that allows to append different type of filters
Used during initialization of DiffableDataSource
-
Undocumented
Declaration
Swift
public init() -
Appends filter of type
DiffableDataSourceFilter<T,S>Declaration
Swift
public func addFilter<T, S>(_ filter: DiffableDataSourceFilter<T, S>) where T : Hashable, S : HashableParameters
filterDiffableDataSourceFilter
DiffableDataSourceFilterProvider Class Reference