Declared in DCEnumerations.h

DCCategory

The type of category to select tags.

Definition

typedef NS_ENUM(NSInteger, DCCategory ) {
   DCCATEGORY_ALL = 0,
   DCCATEGORY_PERSON = 1,
   DCCATEGORY_EVENT = 2,
   DCCATEGORY_FAVORITE = 3,
   DCCATEGORY_PLACEMENT = 4,
   DCCATEGORY_YEAR_MONTH = 5,
};

Constants

DCCATEGORY_ALL

Category type to select all tags.

Declared In DCEnumerations.h.

DCCATEGORY_PERSON

Category type to select person tags.

Declared In DCEnumerations.h.

DCCATEGORY_EVENT

Category type to select event tags.

Declared In DCEnumerations.h.

DCCATEGORY_FAVORITE

Category type to select favorite tags.

Declared In DCEnumerations.h.

DCCATEGORY_PLACEMENT

Category type to select place tags.

Declared In DCEnumerations.h.

DCCATEGORY_YEAR_MONTH

Category type to select year month tags.

Declared In DCEnumerations.h.

Declared In

DCEnumerations.h