UNPhotoImageSize

public enum UNPhotoImageSize

Accepted sizes of a photo.

  • raw

    Raw size.

    Declaration

    Swift

    case raw
  • Full size.

    Declaration

    Swift

    case full
  • Regular size.

    Declaration

    Swift

    case regular
  • Small size.

    Declaration

    Swift

    case small
  • Thumb size.

    Declaration

    Swift

    case thumb