-
Undefined property type
Declaration
Objective-C
SCPropertyTypeUndefined = 0 -
The object bound to the property will detect the best user interface element to generate.
Declaration
Objective-C
SCPropertyTypeAutoDetect = 10 -
The object bound to the property will generate an SCLabelCell interface element
Declaration
Objective-C
SCPropertyTypeLabel = 20 -
The object bound to the property will generate an SCTextViewCell interface element
Declaration
Objective-C
SCPropertyTypeTextView = 30 -
The object bound to the property will generate an SCTextFieldCell interface element
Declaration
Objective-C
SCPropertyTypeTextField = 40 -
The object bound to the property will generate an SCNumericTextFieldCell interface element
Declaration
Objective-C
SCPropertyTypeNumericTextField = 50 -
The object bound to the property will generate an SCSliderCell interface element
Declaration
Objective-C
SCPropertyTypeSlider = 60 -
The object bound to the property will generate an SCSegmentedCell interface element
Declaration
Objective-C
SCPropertyTypeSegmented = 70 -
The object bound to the property will generate an SCSwitchCell interface element
Declaration
Objective-C
SCPropertyTypeSwitch = 80 -
The object bound to the property will generate an SCDateCell interface element
Declaration
Objective-C
SCPropertyTypeDate = 90 -
The object bound to the property will generate an SCImagePickerCell interface element
Declaration
Objective-C
SCPropertyTypeImagePicker = 100 -
The object bound to the property will generate an SCSelectionCell interface element
Declaration
Objective-C
SCPropertyTypeSelection = 110 -
The object bound to the property will generate an SCObjectSelectionCell interface element
Declaration
Objective-C
SCPropertyTypeObjectSelection = 120 -
The object bound to the property will generate an SCObjectCell interface element
Declaration
Objective-C
SCPropertyTypeObject = 130 -
The object bound to the property will generate an SCArrayOfObjectsCell interface element
Declaration
Objective-C
SCPropertyTypeArrayOfObjects = 140 -
The object bound to the property will generate a custom interface element
Declaration
Objective-C
SCPropertyTypeCustom = 150 -
The object bound to the property will not generate an interface element
Declaration
Objective-C
SCPropertyTypeNone = 160
View on GitHub
Install in Dash
SCPropertyType Enumeration Reference