FlaneurImageDescriptionSourceType

public enum FlaneurImageDescriptionSourceType

Defines whether a FlaneurImageDescription is accessible via the imageURL, the image or the associatedPHAsset property

  • url

    It means that the image is set via the imageURL property and is of URL type

    Declaration

    Swift

    case url(_: URL)
  • It means that the image is set via the image property and is of UIImage type

    Declaration

    Swift

    case image(_: UIImage)
  • It means that the image is set via the associatedPHAsset property and is of PHAsset type

    Declaration

    Swift

    case phAsset(_: PHAsset)