Protocols

The following protocols are available globally.

  • Protocol that items of a FlaneurCollectionContainerView must conform to.

    See more

    Declaration

    Swift

    public protocol FlaneurCollectionItem: ListDiffable
  • The protocol to implement for an object to be able to be displayed on a FlaneurMapViewController instance.

    See more

    Declaration

    Swift

    @objc public protocol FlaneurMapItem
  • A set of methods that your delegate object must implement to interact with the segmented collection view.

    A default implementation of the function considered optional exists for objects inheriting from NSObject.

    See more

    Declaration

    Swift

    public protocol SegmentedCollectionViewDelegate: AnyObject