DXHintShowMode Enum
Lists all the actions which show an interactive hint.
Declaration
typedef NS_ENUM(NSUInteger, DXHintShowMode) {
DXHintShowModeDefault = 0,
DXHintShowModeOnTap = 1,
DXHintShowModeOnLongPress = 2,
}
Members
Name | Description |
---|---|
DXHintShowModeDefault
|
The Hint’s default behavior is to show a hint. |
DXHintShowModeOnTap
|
The hint is shown on a tap. |
DXHintShowModeOnLongPress
|
The hint is shown on a long press. |