FlaneurCollectionViewDelegate
public protocol FlaneurCollectionViewDelegate: AnyObject
Undocumented
-
flaneurCollectionView(_:didSelectItem:)Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
func flaneurCollectionView(_ collectionView: FlaneurCollectionView, didSelectItem item: FlaneurCollectionItem) -
flaneurCollectionView(_:didDeselectItem:)Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
func flaneurCollectionView(_ collectionView: FlaneurCollectionView, didDeselectItem item: FlaneurCollectionItem) -
flaneurCollectionView(_:didDeselectFilter:)Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
func flaneurCollectionView(_ collectionView: FlaneurCollectionView, didDeselectFilter filter: FlaneurCollectionFilter)
View on GitHub
FlaneurCollectionViewDelegate Protocol Reference