HUBComponentSelectionState
enum HUBComponentSelectionState : NSUInteger {}
Enum defining various selection states that a component can be in
-
The component is neither selected or highlighted
Declaration
Objective-C
HUBComponentSelectionStateNone
-
The component is currently highlighted through a user interaction
Declaration
Objective-C
HUBComponentSelectionStateHighlighted
-
The component has been selected, either programmatically or by the user
Declaration
Objective-C
HUBComponentSelectionStateSelected