Protocols
The following protocols are available globally.
-
Protocol that items of a
See moreFlaneurCollectionContainerView
must 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 moreFlaneurFormImagePickerElementCollectionViewCell
object must adopt theFlaneurFormImagePickerElementCollectionViewCellDelegate
protocol.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 moreFlaneurMapViewController
instance.Declaration
Swift
@objc public protocol FlaneurMapItem
-
The protocol to implement to get callbacks from a
See moreFlaneurMapView
instance.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