WrappingPaperCategoryType

enum WrappingPaperCategoryType {}

WrappingPaperCategoryType are the different types a WrappingPaperCategory can be.

  • Used to allow the users to search for their own wrapping papers.

    Declaration

    Objective-C

    WrappingPaperCategoryTypeSearch

    Swift

    case search = 0
  • Used to show the default wrapping papers.

    Declaration

    Objective-C

    WrappingPaperCategoryTypeDefault

    Swift

    case `default` = 1
  • Used to show pre-chosen wrapping papers.

    Declaration

    Objective-C

    WrappingPaperCategoryTypeReference

    Swift

    case reference = 2
  • Used to allow the users to upload their own wrapping paper.

    Declaration

    Objective-C

    WrappingPaperCategoryTypeUploadPhoto

    Swift

    case uploadPhoto = 3