HUBComponentImageType
enum HUBComponentImageType : NSInteger {}
Enum describing various types of component images
-
The main image of a component. See
HUBComponentModel.mainImageData
for more information.Declaration
Objective-C
HUBComponentImageTypeMain
-
The background image of a component. See
HUBComponentModel.backgroundImageData
for more information.Declaration
Objective-C
HUBComponentImageTypeBackground
-
A custom image for a component. See
HUBComponentModel.customImageData
for more information.Declaration
Objective-C
HUBComponentImageTypeCustom