Declared in SCPropertyType.h

SCPropertyType

@enum The types of an SCPropertyDefinition

Definition

typedef NS_ENUM(NSInteger, SCPropertyType ) {
   SCPropertyTypeUndefined = 0,
   SCPropertyTypeAutoDetect = 10,
   SCPropertyTypeLabel = 20,
   SCPropertyTypeTextView = 30,
   SCPropertyTypeTextField = 40,
   SCPropertyTypeNumericTextField = 50,
   SCPropertyTypeSlider = 60,
   SCPropertyTypeSegmented = 70,
   SCPropertyTypeSwitch = 80,
   SCPropertyTypeDate = 90,
   SCPropertyTypeImagePicker = 100,
   SCPropertyTypeSelection = 110,
   SCPropertyTypeObjectSelection = 120,
   SCPropertyTypeObject = 130,
   SCPropertyTypeArrayOfObjects = 140,
   SCPropertyTypeCustom = 150,
   SCPropertyTypeNone = 160,
};

Constants

SCPropertyTypeUndefined
Undefined property type 

Declared In SCPropertyType.h.

SCPropertyTypeAutoDetect

The object bound to the property will detect the best user interface element to generate.

Declared In SCPropertyType.h.

SCPropertyTypeLabel
The object bound to the property will generate an SCLabelCell interface element 

Declared In SCPropertyType.h.

SCPropertyTypeTextView
The object bound to the property will generate an SCTextViewCell interface element 

Declared In SCPropertyType.h.

SCPropertyTypeTextField
The object bound to the property will generate an SCTextFieldCell interface element 

Declared In SCPropertyType.h.

SCPropertyTypeNumericTextField
The object bound to the property will generate an SCNumericTextFieldCell interface element 

Declared In SCPropertyType.h.

SCPropertyTypeSlider
The object bound to the property will generate an SCSliderCell interface element 

Declared In SCPropertyType.h.

SCPropertyTypeSegmented
The object bound to the property will generate an SCSegmentedCell interface element 

Declared In SCPropertyType.h.

SCPropertyTypeSwitch
The object bound to the property will generate an SCSwitchCell interface element 

Declared In SCPropertyType.h.

SCPropertyTypeDate
The object bound to the property will generate an SCDateCell interface element 

Declared In SCPropertyType.h.

SCPropertyTypeImagePicker
The object bound to the property will generate an SCImagePickerCell interface element 

Declared In SCPropertyType.h.

SCPropertyTypeSelection
The object bound to the property will generate an SCSelectionCell interface element 

Declared In SCPropertyType.h.

SCPropertyTypeObjectSelection
The object bound to the property will generate an SCObjectSelectionCell interface element 

Declared In SCPropertyType.h.

SCPropertyTypeObject
The object bound to the property will generate an SCObjectCell interface element 

Declared In SCPropertyType.h.

SCPropertyTypeArrayOfObjects
The object bound to the property will generate an SCArrayOfObjectsCell interface element 

Declared In SCPropertyType.h.

SCPropertyTypeCustom
The object bound to the property will generate a custom interface element 

Declared In SCPropertyType.h.

SCPropertyTypeNone
The object bound to the property will not generate an interface element 

Declared In SCPropertyType.h.

Declared In

SCPropertyType.h