Protocols

The following protocols are available globally.

  • Inherit from this protocol and UIView in order to provide a custom authorization view (Views displayed instead of pickerView when source is not allowed already. You need to include ActionKit in order to work with the mandatory authorizeClosure which is of type ActionKitVoidClosure

    See more

    Declaration

    Swift

    public protocol FlaneurAuthorizationView
  • A set of methods that your delegate object must implement to interact with the image picker interface.

    See more

    Declaration

    Swift

    public protocol FlaneurImagePickerControllerDelegate: AnyObject