VOWrappingPaperCategoryType
enum VOWrappingPaperCategoryType {}
VOWrappingPaperCategoryType
are the different types a VOWrappingPaperCategory
can be.
-
Used to allow the users to search for their own wrapping papers.
Declaration
Objective-C
VOWrappingPaperCategoryTypeSearch
Swift
case search = 0
-
Used to show the default wrapping papers.
Declaration
Objective-C
VOWrappingPaperCategoryTypeDefault
Swift
case `default` = 1
-
Used to show pre-chosen wrapping papers.
Declaration
Objective-C
VOWrappingPaperCategoryTypeReference
Swift
case reference = 2
-
Used to allow the users to upload their own wrapping paper.
Declaration
Objective-C
VOWrappingPaperCategoryTypeUploadPhoto
Swift
case uploadPhoto = 3