Protocols
The following protocols are available globally.
-
Protocol that items of a
See moreFlaneurCollectionContainerViewmust conform to.Declaration
Swift
public protocol FlaneurCollectionItem: ListDiffable
-
Undocumented
See moreDeclaration
Swift
public protocol FlaneurCollectionViewDelegate: AnyObject
-
Undocumented
See moreDeclaration
Swift
public protocol FlaneurFormDeleteElementCollectionViewCellDelegate: AnyObject
-
Undocumented
See moreDeclaration
Swift
public protocol FlaneurFormElementCollectionViewCellDelegate: AnyObject
-
The delegate of a
See moreFlaneurFormImagePickerElementCollectionViewCellobject must adopt theFlaneurFormImagePickerElementCollectionViewCellDelegateprotocol.Declaration
Swift
public protocol FlaneurFormImagePickerElementCollectionViewCellDelegate: FlaneurImagePickerControllerDelegate
-
Undocumented
See moreDeclaration
Swift
public protocol FlaneurFormSelectElementCollectionViewCellDelegate: AnyObject
-
The protocol to implement for an object to be able to be displayed on a
See moreFlaneurMapViewControllerinstance.Declaration
Swift
@objc public protocol FlaneurMapItem
-
The protocol to implement to get callbacks from a
See moreFlaneurMapViewinstance.Declaration
Swift
public protocol FlaneurMapViewDelegate: AnyObject
-
Undocumented
See moreDeclaration
Swift
public protocol MultiSelectable: AnyObject
-
Undocumented
See moreDeclaration
Swift
public protocol ProgressModalViewControllerDelegate: AnyObject
-
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
See moreNSObject.Declaration
Swift
public protocol SegmentedCollectionViewDelegate: AnyObject
View on GitHub
Protocols Reference