FlaneurImagePickerControllerAction

public enum FlaneurImagePickerControllerAction

Specifies what action to perform when a new image is tapped.

  • add

    Adds the new image to the current selection (default).

    Declaration

    Swift

    case add
  • Replace the last item of the current selection with the new image.

    Declaration

    Swift

    case replaceLast
  • Do nothing: leave the current selection unchanged and ignore the new image.

    Declaration

    Swift

    case doNothing