Scandit Icon
Defined in framework ScanditDataCaptureCore
- SDCScanditIconType
Added in version 7.1.0
The icon types.
- SDCScanditIconTypeChevronUp
Added in version 7.1.0
Chevron pointing up.
- SDCScanditIconTypeChevronDown
Added in version 7.1.0
Chevron pointing down.
- SDCScanditIconTypeChevronLeft
Added in version 7.1.0
Chevron pointing left.
- SDCScanditIconTypeChevronRight
Added in version 7.1.0
Chevron pointing right.
- SDCScanditIconTypeArrowUp
Added in version 7.1.0
Arrow pointing up.
- SDCScanditIconTypeArrowDown
Added in version 7.1.0
Arrow pointing down.
- SDCScanditIconTypeArrowLeft
Added in version 7.1.0
Arrow pointing left.
- SDCScanditIconTypeArrowRight
Added in version 7.1.0
Arrow pointing right.
- SDCScanditIconTypeToPick
Added in version 7.1.0
To pick icon.
- SDCScanditIconTypeCheckmark
Added in version 7.1.0
Checkmark icon.
- SDCScanditIconTypeXMark
Added in version 7.1.0
X icon.
- SDCScanditIconTypeQuestionMark
Added in version 7.1.0
Question mark icon.
- SDCScanditIconTypeExclamationMark
Added in version 7.1.0
Exclamation mark icon.
- SDCScanditIconTypeLowStock
Added in version 7.1.0
Low stock icon.
- SDCScanditIconTypeInspectItem
Added in version 7.1.0
Inspect item icon.
- SDCScanditIconTypeExpiredItem
Added in version 7.1.0
Expired item icon.
- SDCScanditIconTypeWrongItem
Added in version 7.1.0
Wrong item icon.
- SDCScanditIconTypeFragileItem
Added in version 7.1.0
Fragile item icon.
- SDCScanditIconTypeStarOutlined
Added in version 7.1.0
Outlined Star icon.
- SDCScanditIconTypeStarFilled
Added in version 7.1.0
Filled star icon.
- SDCScanditIconTypeStarHalfFilled
Added in version 7.1.0
Half-filled star icon.
- SDCScanditIconTypePrint
Added in version 7.1.0
Print icon.
- SDCScanditIconShape
Added in version 7.1.0
The icon shapes.
- SDCScanditIconShapeCircle
Added in version 7.1.0
Circle shape.
- SDCScanditIconShapeSquare
Added in version 7.1.0
Square shape.
- SDCScanditIcon
@interface SDCScanditIcon : NSObject
Added in version 7.1.0
Class that holds a Scandit icon.
- + iconFromJSONString:error:
+ (nullable
instancetype
)iconFromJSONString:(NSString *)JSONString error:(NSError **)errorAdded in version 7.1.0
Constructs a new instance using its JSON representation.
- icon
@property (nonatomic, strong, nullable, readonly) SDCScanditIconType icon
Added in version 7.1.0
The icon.
- iconColor
@property (nonatomic, strong, nullable, readonly) UIColor *iconColor
Added in version 7.1.0
The color of the icon.
- backgroundColor
@property (nonatomic, strong, nullable, readonly) UIColor *backgroundColor
Added in version 7.1.0
The color applied to the icon’s background.
- backgroundStrokeColor
@property (nonatomic, strong, nullable, readonly) UIColor *backgroundStrokeColor
Added in version 7.1.0
The color of the stroke applied to the icon’s background.
- backgroundStrokeWidth
@property (nonatomic, assign, readonly) CGFloat backgroundStrokeWidth
Added in version 7.1.0
The width of the stroke applied to the icon’s background.
- backgroundShape
@property (nonatomic, strong, nullable, readonly) SDCScanditIconShape backgroundShape
Added in version 7.1.0
The icon’s background shape.