HUBComponentImageType
enum HUBComponentImageType : NSInteger {}
Enum describing various types of component images
-
The main image of a component. See
HUBComponentModel.mainImageDatafor more information.Declaration
Objective-C
HUBComponentImageTypeMain -
The background image of a component. See
HUBComponentModel.backgroundImageDatafor more information.Declaration
Objective-C
HUBComponentImageTypeBackground -
A custom image for a component. See
HUBComponentModel.customImageDatafor more information.Declaration
Objective-C
HUBComponentImageTypeCustom
View on GitHub
Install in Dash
HUBComponentImageType Enum Reference